Comment count works fine but there is a glitch

Posted in: Newspaper
Post count: 25

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.
Post count: 22421

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!

Post count: 25

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

Post count: 23312

Hello adamuiowa,

Try to hide the Comment word with such custom CSS code.

Hope this helps!

Thanks.

Post count: 34

Hey @adamuiowa, did you ever figure out how to hide the word comments?

Post count: 10

Hello all,
Somebody find out how to hide the comments word?

Post count: 23312

Hi,

Please provide your website URL so I can take a closer look at it and also, so I will be able to provide a more accurate response.

Thank you!

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.