Forums
Forums / Fixing WordPress / comment number for each post
(@sanypoo)
15 years, 9 months ago
how to display the comment number for each post. <?php comments_number(); ?> It’s displaying the overall counting…
(@alexpts)
<?php comments_popup_link(‘0’, ‘1’, ‘%’,”,’x’); ?>
?
The topic ‘comment number for each post’ is closed to new replies.
(@sanypoo)
15 years, 9 months ago
how to display the comment number for each post.
<?php comments_number(); ?>
It’s displaying the overall counting…