This tutorial explains how to make a author page (author.php) and what happens when the blog viewer is visiting one of your site’s author pages. There are many ways that you can modify the look of your author pages. WordPress tags and little bit css make it easy to customize your author page.
If you are going to use author pages, you will probably want to make sure that when a post is displayed, it comes with a link to the author page. You can generate this link, within The Loop, by using the the_author_posts_link Template Tag.
Read more…» »