Forums

Show all comments by author (5 posts)

  1. fuzzydave
    Member
    Posted 3 years ago #

    Hello

    Instead of linking to the comments author's website, i'd like to link to a page showing all the comments by that particular author...

    thanks

  2. fuzzydave
    Member
    Posted 3 years ago #

    anyone???

  3. nirmaaan
    Member
    Posted 3 years ago #

    i am also looking for this.
    anyone???

  4. emjayoh
    Member
    Posted 3 years ago #

    Me too! Any solutions out there?

  5. aarontgrogg@yahoo.com
    Member
    Posted 3 years ago #

    Try this, it worked well for me:
    http://www.flisterz.com/2008/08/09/wordpress-show-latest-comments-for-each-post-on-main-page/

    The author has it set-up to only pull the two most recent quotes, but you can easily change or delete that line altogether.

    For more than two post, change the "2" in the first line below to another number:

    <?php if ($count++ <= 2) { ?>
      <li><?php comment_author_link(); ?>  <?php comment_excerpt(); </li>
    <?php } ?>

    To remove the limit altogether, delete the first and last line above, leaving only the middle line of code, and you will get ALL comments for each post (this could get a little hairy at some point).

    Good luck,
    Atg

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags