• I downloaded the commenter plugger code from http://pink-baby.com/tutorial/WP/wptut-01.php and had it upload as per instructed and activated it. I also added the call function in my theme’s index page where i want it to show.

    However, i get the following error –>

    Fatal error: Call to undefined function: comment_plugger() in /hsphere/local/home/dumple/pinkinki.net/wordpress/wp-content/themes/Beautiful Soul/index.php on line 12

    Was it anything i do wrong?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The function name to call in the case of that particular plugin is:

    mdv_comment_plugger()

    Thread Starter dumple

    (@dumple)

    Yay! Thanks! It now works! However, this plugin plugs the commenters of the current entry. Any way to plug the past commenters instead?

    If by “past” you mean all latest comments, there are a number of “recent comments” plugins available, a few of which are linked here:

    http://codex.wordpress.org/Plugins/Comments

    Thread Starter dumple

    (@dumple)

    I was actually referring to commenters that posted on a previous entry. Like i’m posting a current entry and would like to plug commenters of the last entry. Any way to do that with the mdv plugin?

    Thread Starter dumple

    (@dumple)

    When no one had commented on that entry, how do i change it for this plugin so that it will state ‘no one had commented’ instead of just a blank space?

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

The topic ‘Comment plugger’ is closed to new replies.