Very simple recent comments plugin (wordpress)
Description
This wordpress plugin shows in a very simple manor the latest comments or trackbacks on your posts, linking them to the comments.
The output looks like:
comment_author on post_name.
You can see it in action on my sidebar :) ==>
Install
Just copy vs-recent-comments.php into your plugin folder (wp-content/plugins) and activate Very Simple Recent Comments via administration panel.
Usage
Put the following code into your sidebar, were do you want to show recent comments:
<?php if (function_exists(’vs_recent_comments’)) : ?>
<li><h2>Recent Comments</h2>
<ul>
<?php vs_recent_comments(); ?>
</ul>
</li>
<?php endif; ?>
Faq
- What arguments can it take?
- The function takes 3 arguments:
- number of comments to show
- before
- after
- Default options are vs_recent_comments(10,’<li>’,'</li>’);
- The function takes 3 arguments:
- With what version of Wordpress should I use the plugin?
- The plugin suport any Wordpress version from 1.5 to 2.x
- What if I love/hate this plugin? Have more questions?
- Leave me a reply here
Happy blogging ;)








Cum comentezi?