Note that there are some explanatory texts on larger screens.

plurals
  1. PODisqus Comment System [Wordpress] - Change the word "Comment"
    primarykey
    data
    text
    <p>i have installed Disqus comment system on one of my wordpress blogs, but i want the comment numbers to show as <code>0</code> instead of <code>0 Comments</code> or <code>12</code> instead of <code>12 Comments</code>. Previously there used to be an Appearance section in Disqus admin that used to have an option to change this output as was suggested in answer to <a href="https://stackoverflow.com/questions/4573684/disqus-change-comment-word">this question</a>. But seems like the <code>Appearance</code> section has been taken off by Disqus. Is there any other way to achieve this (without messing with the plugin code, ofcourse.) ??</p> <p>UPDATE:</p> <p>Well, looked into the plugin source as well but no use, seems like they are updating it using javascript. After enabling <code>Reactions</code> now it returns <code>0 comments and 0 Reactions</code>.</p> <p>UPDATE#2:</p> <p>okie so i at last found where it is coming from ... the plugin basically includes a <code>count.js</code> files from <code>yoursite.disqus.com\count.js?some wierd parameters</code>, and the js file looks something like this:</p> <pre><code>var DISQUSWIDGETS; if (typeof DISQUSWIDGETS != 'undefined') { DISQUSWIDGETS.displayCount({"showReactions": true, "text": {"and": "and", "reactions": {"zero": "0 Reactions", "multiple": "{num} Reactions", "one": "1 Reaction"}, "comments": {"zero": "0 Comments", "multiple": "{num} Comments", "one": "1 Comment"}}, "counts": [{"reactions": 0, "uid": 1, "comments": 0}, {"reactions": 0, "uid": 0, "comments": 0}, {"reactions": 0, "uid": 3, "comments": 0}, {"reactions": 0, "uid": 2, "comments": 0}, {"reactions": 0, "uid": 4, "comments": 0}]}); } </code></pre> <p>the worst part is we can't even change the code in the <code>js</code> file as it is hosted on <code>disqus</code> itself.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload