Hello,
I fixed my comment count to show but the problem is, it shows the envelope with a Zero beside it and then a second later it shows “3 comments”.
I just want “3” (The number of comments) to display without the word “comments”.
Here are the screenshots:
When you first load the page, you will see the Newspaper theme’s Envelope message icon with a zero beside it.
https://prnt.sc/j0jpod
A second later, you will see this:
https://prnt.sc/j0jq4y
You can duplicate the problem yourself:
http://www.wrestleview.com/wwe-news/100792-wwe-confirms-no-female-talent-greatest-royal-rumble/
-
This topic was modified 8 years by
adamuiowa.
Hello,
Did you alter the comments on your site? By default the counter shows like so: https://www.screencast.com/t/8hq5UrzYe
https://demo.tagdiv.com/newspaper/wordpress-news-magazine-charts-the-most-fashionable-new-york-couples-in-2016/
We cannot replicate this issue as the comments do not display like on your site. You use disqus and our own theme comments do not work with disqus. The theme counter can only count the theme comments. Not comments coming from a plugin. If you want to remove the theme comments bubble, you can remove it from the function here: https://www.screencast.com/t/zldFYSuA
Thank you!
Hi Bogdan,
The only thing I did for Disqus to synchronize comments count is I edited one file:
#2 Edit /wp-includes/comment-template.php
Find line:
$hash = get_comments_number( $post_id ) ? '#comments' : '#respond';
Replace with:
$hash = get_comments_number( $post_id ) ? '#comments' : '#disqus_thread';
All I want is just to remove the word “comments”. I want the Number only to display.
https://prnt.sc/j0sdlw
It should be fairly easy, but not able to find it.
Thanks
Hey @adamuiowa, did you ever figure out how to hide the word comments?