My blog has an author posts section in the sidebar on the right that displays all posts by a specific author. How can I make the page show the name of the author when they are viewing it?
Thanks!
My blog has an author posts section in the sidebar on the right that displays all posts by a specific author. How can I make the page show the name of the author when they are viewing it?
Thanks!
How can I make the page show the name of the author
Which page? The single post page?
No, the page which displays only posts by me, as in:
What's the code you use for that page?
<?php wp_list_authors('show_fullname=1&optioncount=0&exclude_admin=0'); ?>
Try the sample template here.
http://codex.wordpress.org/Author_Templates#Sample_Template_File
This topic has been closed to new replies.