morphineJCC
Member
Posted 3 years ago #
I'm wondering if there's a way to do the following:
1. Have the post author's name show up as a link, rather than as plain text.
2. Have that link lead to a list of all posts by that author, just as clicking on a month (in the sidebar) leads to all posts in that month.
Let me know if there are any edits I can make to make this possible. Thanks!
1 and 2 are answered by using the_author_posts_link.
<p>Other posts by <?php the_author_posts_link(); ?></p>
Also look at Author Templates and Template Hierarchy.
Gabriel Izaias
Member
Posted 2 years ago #
the_author_posts_link give a link to all the author posts.
If i want a list, montly separated, how sould i do?