Copy the featuring-countcomments directory into your WordPress plugins directory (usually wp-content/plugins). Hint: With WordPress 2.7 and higher you can conduct this step within your Admin Menu.
In the WordPress Admin Menu go to the Plugins tab and activate the Featuring CountComments plugin.
To display the comment count of a certain author, add this in the comment loop
($comment must be globally defined).
Example for comments.php in the Kubrick theme: Find
<cite><?php comment_author_link</cite>
and insert this in that line:
<?php fcc_comment_count('','(1)','(%c)'); ?>
Add additional function calls according to your desires.
Be happy and celebrate! (and maybe you want to add a link to http://www.neotrinity.at/projects/)




