Hello is it possible to change "0 Comments and 0 Reactions" into "0 Comments" 开发者_如何学Pythonor just "0".
Just in case anyone is trying to do this on a system other than WordPress, you can set these in the Disqus admin panel under Settings -> Customise -> Appearance.
I changed "0 Comments" to "0" and so on.
go to your theme folder and find the comments.php file
in this file you should be able to find were it prints the info to the page..
<?php comments_number(_r('No Comments'), _r('1 Comment'), _r('% Comments'));?>
Something along those lines,,,
精彩评论