views:

19

answers:

2

Hello is it possible to change "0 Comments and 0 Reactions" into "0 Comments" or just "0".

+1  A: 

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,,,

Marty
A: 

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.

Ben