Is there a way to add a link to a post's author so it displays all posts by that author?
Is there a way to add a link to a post's author so it displays all posts by that author?
I *think* there are some plugins that do this. Try [[Plugins], scroll down to individual listings. And it seems to me that kaf may have had something like this; try http://guff.szub.net/plugins/ as well.
<?php the_author_posts_link(); ?>
Will create a link using the author's display name.
Found here, at the bottom:
http://codex.wordpress.org/Author_Templates
More info on that fxn:
http://codex.wordpress.org/Template_Tags/the_author_posts_link
This topic has been closed to new replies.