comments counter with disqus

Posted in: Newspaper
Post count: 14

Hi!
I have disqus on my side http://lchfdieta.pl/lchf-cynamonowe-slimaczki-przepis-dieta/ about 1 week now and still comments counter shows 0 comments but I do have comments on my side! What happened?

Post count: 25

Two things you have to do:

#1 Paste the following code at the bottom of your single.php, before this <?php

get_footer();

<script id="dsq-count-scr" src="//lchfdieta-pl.disqus.com/count.js" async></script>

#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';

That’s it.

One thing you will notice, your comments will be displayed like this “15 comments” and the the Newspaper theme comment icon will disappear. I am trying to find the fix for that.

Post count: 14

Hi!
Thanks it works now. Another problem is comments in sidebar calls ostatnie komentarze still doesn’t show whom comments last. How I make it work?

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