Recent Comments
-
OK I installed the Recent Comments plugin and I like it a lot.
Here is the code I put in my sidebar:
<? if ( function_exists('mdv_recent_comments') ) { ?>
<li><?php _e('Recent Comments'); ?>
<ul><?php mdv_recent_comments(10, 7, '', '
', true, 0)?>
<? } ?></ul>
</li>
`
Does anybody know how to change the code so that it will only display the last 5 comments AND to have the name of the poster be the link to the comment??Thanks
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Recent Comments’ is closed to new replies.