Is there a way to only show the number of comments if there are more than 0 comments, so if there are no comments the "0 Comments" is not there but if there is like 1 or 2 comments it will show "1 Commment" or "2 Comments" respectively.
Is there a way to only show the number of comments if there are more than 0 comments, so if there are no comments the "0 Comments" is not there but if there is like 1 or 2 comments it will show "1 Commment" or "2 Comments" respectively.
http://codex.wordpress.org/Function_Reference/comments_popup_link
look through your template files of your theme (possibly index.php) and see if you na find some code with comments_popup_link(....) with some stuff in the brackets.
This topic has been closed to new replies.