Title: recent commenters
Last modified: August 18, 2016

---

# recent commenters

 *  [xtheunderdog](https://wordpress.org/support/users/xtheunderdog/)
 * (@xtheunderdog)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/recent-commenters/)
 * I need a plugin/hack that will allow me to output something like this:
 * Commenter on Article
 * The commenter’s name would simply be linked to the Article and the article wouldn’t
   be linked.
 * Are there any plugins suitable to this? I’ve looked and I don’t believe I’ve 
   found anything.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Minna](https://wordpress.org/support/users/minna/)
 * (@minna)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/recent-commenters/#post-224312)
 * There are loads (see [Codex](http://codex.wordpress.org/Plugins/Comments) and
   plugin sites), but I personally like [Brian’s Latest Comments](http://meidell.dk/archives/category/wordpress/latest-comments/).
   It outputs
    “Article name (#) Commenter, Commenter” Article name is linked to
   the article, number of comments to the beginning of comment section, and the 
   commenter’s name to that particular comment.
 *  Thread Starter [xtheunderdog](https://wordpress.org/support/users/xtheunderdog/)
 * (@xtheunderdog)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/recent-commenters/#post-224314)
 * So I’ve been trying to tinker with the format and it’s being a pain.
    original`
   echo $prefix."".stripslashes($post->post_title). "`  ".$count."\n<small>"; if(
   $usetimesince) $title = " title=\"Last comment was ".time_since($comment->unixdate)."
   ago\""; foreach($commenters as $commenter) { if($usetimesince) $title = " title
   =\"Posted ".time_since($commenter->unixdate)." ago\"";
 *  if($i++ > 0)
    echo ", ";
 * ";
    } if($count > $num_comments) echo " [...]"; echo "</small>".$postfix."\n";
 *  }
    }
 * mine
    `echo $prefix."".stripslashes($commenter->comment_author)"` " on ($post-
   >post_title)"; if($usetimesince) $title = " title=\"Last comment was ".time_since(
   $comment->unixdate)." ago\""; foreach($commenters as $commenter) { if($usetimesince)
   $title = " title=\"Posted ".time_since($commenter->unixdate)." ago\"";
 *  if($i++ > 0)
    echo ", ";
 *  }
    if($count > $num_comments) echo " [...]"; echo "</small>".$postfix."\n";
 *  }
    }

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘recent commenters’ is closed to new replies.

## Tags

 * [hacks](https://wordpress.org/support/topic-tag/hacks/)
 * [recent](https://wordpress.org/support/topic-tag/recent/)

 * 2 replies
 * 2 participants
 * Last reply from: [xtheunderdog](https://wordpress.org/support/users/xtheunderdog/)
 * Last activity: [20 years, 9 months ago](https://wordpress.org/support/topic/recent-commenters/#post-224314)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
