Comment Count

I wanted to display the number of comments waiting for moderation in the queue on my website. so that I don’t have to go to the dashboard to check. I wanted to display this just like we display the ‘Site Admin’, ‘Login’, ‘Register’ and ‘Logout’ links.

This plugin allows you to access the number of comments waiting in the moderation so that you can display the number of comments for moderation on the blog.

Functions

The functions that can be used to access the count are:

Gives the number of Comments in Moderation Queue
get_comment_moderation_count()

Outputs the words “Comments in moderation <number of Comments> »” with a link to the moderation page.
the_comment_moderation_count(
$before = '', // display text to be shown before
$after = '', // display text to be shown after
$text = 'Comments in moderation (%s)' // display text for link. %s will be replaced by the count
)

Feedback and Support

Please leave your comments, bugs and feedback at this forum

Download

Download the plugin here