• Is there a PHP code that will take the latest 5 comments, like get_posts for latest 5 posts, and show them? I want to show the latest 5 comments on the index.php

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you install the Get Recent Comments plugin you’ll have access to a new function:

    <?php get_recent_comments(); ?>

    Hope that helps!

    madaracs

    (@madaracs)

    WordPress 2.8 appears to break this plugin. This is not the only wordpress recent comment plugin that is broken either. It looks like they changed a call or something. At any rate, the plugin does not receive updates anymore.

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

The topic ‘Get Recent Comments’ is closed to new replies.