I’m working on a site that will have 6 authors. Each author will have their own page that will only show their posts.
what is the best way to handle this?
I would like to do by creating a page or using the url such as /?a=username. However, if there is a more standard or a better way feel free to suggest that instead.
Thanks!
Create an author.php page. It should take care of that. Check this page for more info http://codex.wordpress.org/Author_Templates