<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div><br>
</div>
<div>Doh! Of course. Thank you!</div>
<div><br>
</div>
<div>
<div style="font-size:8px;color:#575757">Skickat från min Samsung Mobil</div>
</div>
<br>
<br>
<div>-------- Originalmeddelande --------</div>
<div>Från: Chip Bennett <chip@chipbennett.net></div>
<div>Datum:20-04-2014 16:25 (GMT+01:00) </div>
<div>Till: "Discussion list for WordPress theme reviewers." <theme-reviewers@lists.wordpress.org>
</div>
<div>Rubrik: Re: [theme-reviewers] disabling or hiding comments </div>
<div><br>
</div>
<div>
<div dir="ltr">See the <a href="http://codex.wordpress.org/Function_Reference/comments_open">
comments_open()</a> conditional, and <a href="http://codex.wordpress.org/Template_Tags/get_comments_number">
get_comments_number()</a>, which you can use together, e.g. like so:
<div><br>
</div>
<div>if ( comments_open() || 0 != get_comments_number() ) { comments_template(); }</div>
</div>
<div class="x_gmail_extra"><br>
<br>
<div class="x_gmail_quote">On Sat, Apr 19, 2014 at 11:54 PM, carolina poena <span dir="ltr">
<<a href="mailto:myazalea@hotmail.com" target="_blank">myazalea@hotmail.com</a>></span> wrote:<br>
<blockquote class="x_gmail_quote" style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex">
<div>
<div dir="ltr">Disabling comments is plugin territory, but what about an option to simply hide the comments? This would be allowed, correct?<br>
</div>
</div>
<br>
_______________________________________________<br>
theme-reviewers mailing list<br>
<a href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a><br>
<a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
<br>
</blockquote>
</div>
<br>
</div>
</div>
</body>
</html>