Forums

Archive by Author (3 posts)

  1. 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!

  2. MichaelH
    Volunteer
    Posted 3 years ago #

    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.

  3. 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?

Topic Closed

This topic has been closed to new replies.

About this Topic