开发者

Change format of "0 Comments and 0 Reactions" in wordpress

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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜