Get your own customer support community
 

Display comment count formatted as only a number

I installed IntenseDebate on my Wordpress blog and need to display the comment count formatted as only a "#" and not "Comments(#)"

I've tried:
<?php comments_number('0', '1', '%'); ?>
and:
<?php comments_popup_link('0', '1', '%'); ?>

Initially it shows only the number and once the page finishes loading it replaces the number with "Comments (#)"

Any ideas on how I can get it to just show the number?
Inappropriate?
2 people have this question

User_default_medium