Title: Comment &#038; Post Plugins
Last modified: January 13, 2017

---

# Comment & Post Plugins

 *  [Nick Momrik](https://wordpress.org/support/users/mtdewvirus/)
 * (@mtdewvirus)
 * [21 years, 10 months ago](https://wordpress.org/support/topic/comment-post-plugins/)
 * I’ve changed my previous hacks into plugins for use with 1.2.
    [http://mtdewvirus.com/wp-hacks/](http://mtdewvirus.com/wp-hacks/)
   Included are:
    -  **Comment Count**
       Output the number of comments. Can be used to count total
      number of comments or the number of comments for a specific post when used"
      in the loop."
    -  **Comment Plugger**
       Gives a list of that last people to comment on a post,
      with a link to their site if they provided one.
    -  **Comment Word Count**
       Outputs the total number of words in all comments.
    -  **Most Commented**
       Retrieves a list of the posts with the most comments.
    -  **Post Count**
       Outputs the total number of posts.
    -  **Post Word Count**
       Outputs the total number of words in all posts.
    -  **Recent Comments**
       Retrieves a list of the most recent comments.
    -  **Recent Posts**
       Returns a list of the most recent posts.

Viewing 15 replies - 1 through 15 (of 45 total)

1 [2](https://wordpress.org/support/topic/comment-post-plugins/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/comment-post-plugins/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/comment-post-plugins/page/2/?output_format=md)

 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [21 years, 10 months ago](https://wordpress.org/support/topic/comment-post-plugins/#post-51989)
 * I use a few of them, so that’s me busy for a while !
    Thank you! 🙂
 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [21 years, 10 months ago](https://wordpress.org/support/topic/comment-post-plugins/#post-51991)
 * All done 🙂
    (Though a note for others maybe .. remove the hack before activating
   the plugin. If you don’t – like me – you get a conflict and have to change the
   my-hacks using ftp. No biggie though.)
 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [21 years, 10 months ago](https://wordpress.org/support/topic/comment-post-plugins/#post-51998)
 * With the hack, I had commenters names displayed horizontally after the Comments
   link.
    Using the plugin, they are listed below it. I have managed to undo the
   listing part, but I can’t see where the carriage return is being generated that
   stop the names being listed on the same line as the link.
 *  Thread Starter [Nick Momrik](https://wordpress.org/support/users/mtdewvirus/)
 * (@mtdewvirus)
 * [21 years, 10 months ago](https://wordpress.org/support/topic/comment-post-plugins/#post-52000)
 * I went to your site to check it out, but it looks as if you have the plugin turned
   off.
 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [21 years, 10 months ago](https://wordpress.org/support/topic/comment-post-plugins/#post-52001)
 * Okay, figured it 🙂
 *  [pstew21](https://wordpress.org/support/users/pstew21/)
 * (@pstew21)
 * [21 years, 10 months ago](https://wordpress.org/support/topic/comment-post-plugins/#post-52005)
 * Thanks for these, a nice way to integrate stats and use these on other pages 
   then index.php.
 *  Thread Starter [Nick Momrik](https://wordpress.org/support/users/mtdewvirus/)
 * (@mtdewvirus)
 * [21 years, 10 months ago](https://wordpress.org/support/topic/comment-post-plugins/#post-52011)
 * podz,
    What was the problem? Might help someone else along the way.
 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [21 years, 10 months ago](https://wordpress.org/support/topic/comment-post-plugins/#post-52012)
 * [http://www.tamba2.org.uk/T2/archives/2004/05/12/not-today/](http://www.tamba2.org.uk/T2/archives/2004/05/12/not-today/)
   
   I can get the commenters on one line, and I have added a nbsp to be displayed
   after a hyperlinked name, but aftertrying to get the same (so commenters names
   are spaced) with a non-linked one, all I am getting are errors. Here are the 
   last lines of the plugin: ` if (!empty($commenter->comment_author_url)) $output.
   = '[comment_author_url . '" title="' . $commenter->comment_author . '">' . $commenter->comment_author . '&nbsp;](https://wordpress.org/support/topic/comment-post-plugins/"&apos;?output_format=md)';
   else $output .= $commenter->comment_author ; } echo $before . '' . $output . '';}
 *  Thread Starter [Nick Momrik](https://wordpress.org/support/users/mtdewvirus/)
 * (@mtdewvirus)
 * [21 years, 10 months ago](https://wordpress.org/support/topic/comment-post-plugins/#post-52014)
 * podz,
    I think what you need is some CSS with right padding. Here is the CSS 
   I’m using: .feedback { text-align:right; font-size:xx-small; padding-bottom:10px;}.
   feedback ul { margin-left:0; padding-left:0; display:inline; list-style:none;}.
   feedback ul li { display:inline; padding:0 2px 0 2px; border-left:2px solid #
   c96; } Crow, I’m almost positive it can…I’ll take a look at it.
 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [21 years, 10 months ago](https://wordpress.org/support/topic/comment-post-plugins/#post-52015)
 * MDV – many thanks 🙂 Works great !
 *  Thread Starter [Nick Momrik](https://wordpress.org/support/users/mtdewvirus/)
 * (@mtdewvirus)
 * [21 years, 10 months ago](https://wordpress.org/support/topic/comment-post-plugins/#post-52017)
 * Crow,
    The new version has that option now. 🙂
 *  [crow_t_autobot](https://wordpress.org/support/users/crow_t_autobot/)
 * (@crow_t_autobot)
 * [21 years, 10 months ago](https://wordpress.org/support/topic/comment-post-plugins/#post-52018)
 * Wow, that was fast.
    I really appreciate that. Thanks!
 *  Thread Starter [Nick Momrik](https://wordpress.org/support/users/mtdewvirus/)
 * (@mtdewvirus)
 * [21 years, 10 months ago](https://wordpress.org/support/topic/comment-post-plugins/#post-52020)
 * Your welcome…it was a piece of cake.
 *  [crow_t_autobot](https://wordpress.org/support/users/crow_t_autobot/)
 * (@crow_t_autobot)
 * [21 years, 10 months ago](https://wordpress.org/support/topic/comment-post-plugins/#post-52045)
 * Um, question.
    It works like a champ, but I’m not finding where to change the
   excerpt text color in the style sheet. The text is black on an almost-black background.
   What tag name is the excerpt text looking to for its color?
 *  Thread Starter [Nick Momrik](https://wordpress.org/support/users/mtdewvirus/)
 * (@mtdewvirus)
 * [21 years, 10 months ago](https://wordpress.org/support/topic/comment-post-plugins/#post-52046)
 * There isn’t any specific CSS being used, it just uses whatever is setup currently
   in your CSS…so it depends on where you are using it and what the color is set
   to for that “place”. I went to your site to take a look but didn’t see it running
   with the excerpts anywhere. Are you going to use it on the sidebar under Recent
   Site Entries?

Viewing 15 replies - 1 through 15 (of 45 total)

1 [2](https://wordpress.org/support/topic/comment-post-plugins/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/comment-post-plugins/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/comment-post-plugins/page/2/?output_format=md)

The topic ‘Comment & Post Plugins’ is closed to new replies.

 * 45 replies
 * 14 participants
 * Last reply from: [maybeithink2much](https://wordpress.org/support/users/maybeithink2much/)
 * Last activity: [21 years, 8 months ago](https://wordpress.org/support/topic/comment-post-plugins/page/3/#post-52868)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
