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
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
If you install the Get Recent Comments plugin you'll have access to a new function:
<?php get_recent_comments(); ?>
Hope that helps!
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.
This topic has been closed to new replies.