Comment counter shows the same number on all posts
-
I’m currently employing a latest customized theme of Cognoblue and is running into some walls trying to figure out how my comment counter shows the exact same number on all the posts.
My site is here: careace
I narrowed it down to problem with theme because the issue does not exist if I switch it to a different theme.
Am using this to show comment:
<?php comments_popup_link(__('<strong>Comments (0)</strong>'), __('<strong>Comments (1)</strong>'), __('<strong>Comments (%)</strong>')); ?>
The problem is, there is not problem with the code. Can anyone suggest where I should check next for problem?
(Basically, from the code above, if I substitute any number with the % in Comments(%), the output would be: Comment (whatever # you have placed))
Thanks!
- The topic ‘Comment counter shows the same number on all posts’ is closed to new replies.