Forums
Forums / Fixing WordPress / how many comments
(@streamview)
16 years ago
Hi anyone know which plugin I have to use to show the comment number ?like this site http://www.erica.biz/
thanks
(@alchymyth)
there is life beyond plugins – aka wordpress template tags:
something like this would show the comment counts: <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?> http://codex.wordpress.org/Template_Tags/comments_popup_link
<?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?>
thanks it worked
The topic ‘how many comments’ is closed to new replies.
(@streamview)
16 years ago
Hi
anyone know which plugin I have to use to show the comment number ?like this site
http://www.erica.biz/
thanks