更改“0条评论和0条反应”的格式在 WordPress 中

发布于 2024-09-07 00:03:42 字数 44 浏览 4 评论 0原文

您好,是否可以将“0 条评论和 0 条反应”更改为“0 条评论”或“0”。

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

忆悲凉 2024-09-14 00:03:42

以防万一有人尝试在 WordPress 以外的系统上执行此操作,您可以在 Disqus 管理面板中的“设置”->“设置”下进行设置。定制->外貌。

我把“0条评论”改为“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.

白云悠悠 2024-09-14 00:03:42

转到您的主题文件夹并

在该文件中找到 comments.php 文件,您应该能够找到它是否将信息打印到页面上。

<?php comments_number(_r('No Comments'), _r('1 Comment'), _r('% Comments'));?>

沿着这些思路,,,

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文