开发者

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

开发者 https://www.devze.com 2023-01-05 04:45 出处:网络
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 se

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

精彩评论

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