Comment Leader Hack
-
Resolved
Not real familiar with WP yet, so alert me of any problems.
Download
wp_comment_leaders
Tag
<?php get_comment_leaders(); ?>
Arguments Definition:- A number that limits the amount of records that are to be shown. (default’s ‘5’)
- A string that excludes certain names from appearing in the list. Separate multiple names with a comma.
- A number: pads the visitor’s total comment count with zeros.
- A string to display before the record.
- A string to display after the record. (default is a line break ‘
‘) - ', '
Example
<?php get_comment_leaders( 10, "admin_name, spammer_name", 3, '
'); ?>
- The topic ‘Comment Leader Hack’ is closed to new replies.