How to display the total number of comments?
-
When I try this template tag:
<?php comments_number(); ?>
It displays the total number of comments but also says “Comments” after it, like so:
10 Comments
I just want it to say just “10”
What can be done to the above tag to strip the “Comments” suffix?
Thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How to display the total number of comments?’ is closed to new replies.