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.