{"id":6593119,"date":"2015-09-28T17:27:20","date_gmt":"2015-09-28T17:27:20","guid":{"rendered":"https:\/\/wordpress.org\/support\/topic\/comments_link-not-displaying-the-correct-wording\/"},"modified":"2016-08-30T18:30:25","modified_gmt":"2016-08-30T18:30:25","slug":"comments_link-not-displaying-the-correct-wording","status":"publish","type":"topic","link":"https:\/\/wordpress.org\/support\/topic\/comments_link-not-displaying-the-correct-wording\/","title":{"rendered":"Comments_link not displaying the correct wording"},"content":{"rendered":"<p>I am having a few issues with displaying the comments link on my site.<\/p>\n<p>I am using my own child theme (with the TwentyFourteen theme), the code is directly copied from there.<\/p>\n<p><code>&lt;span class=&quot;comments-link&quot;&gt;&lt;?php comments_popup_link( __( &#039;Leave a comment&#039;, &#039;themename&#039; ), __( &#039;1 Comment&#039;, &#039;themename&#039; ), __( &#039;% Comments&#039;, &#039;themename&#039; ) ); ?&gt;&lt;\/span&gt;<\/code><br \/>\n(obviously I have changed the themename part to my own theme&#8217;s name)<\/p>\n<p>When I have no comments, I would like it to say &#8220;leave a comment&#8221; instead it is saying &#8220;0 Comments&#8221; How do I fix this.<\/p>\n<p>Secondly, I don&#8217;t want the comments_link to show up on the single post page.<\/p>\n<p>I figure I need to create some sort of if single loop, but I don&#8217;t know the correct code to add to the is single part.<\/p>\n<pre><code>&lt;?php\n        if (is_single()) :\n\nelse :\n&lt;span class=&quot;comments-link&quot;&gt;&lt;?php comments_popup_link( __( &#039;Leave a comment&#039;, &#039;themename&#039; ), __( &#039;1 Comment&#039;, &#039;themename&#039; ), __( &#039;% Comments&#039;, &#039;themename&#039; ) ); ?&gt;&lt;\/span&gt;\n        endif;\n        ?&gt;<\/code><\/pre>\n","protected":false},"template":"","class_list":["post-6593119","topic","type-topic","status-publish","hentry","topic-tag-comments"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/6593119","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":0,"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/6593119\/revisions"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/media?parent=6593119"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}