[Plugin: disqus] Comment count always shows 0
-
Since upgrading Disqus to the latest version, comments counts (at the top of the post page and on the front page listing multiple posts) all show 0.
I had to re-apply a change I made to the original installation, changing:
return '<span class="dsq-postid" rel="'.htmlspecialchars(dsq_identifier_for_post($post)).'">View Comments</span>';
to
return '<span class="dsq-postid" rel="'.htmlspecialchars(dsq_identifier_for_post($post)).'">'.$comment_text.'</span>';
in disqus.php. This worked before and doesn’t appear to have changed in this update but now it’s not working.
Any ideas?
Thanks.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘[Plugin: disqus] Comment count always shows 0’ is closed to new replies.