<div dir="ltr">Thanks, Devin, for linking the ticket. I was going to dig it up but you found it first!</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Apr 20, 2014 at 9:32 PM, Hence Wijaya <span dir="ltr"><<a href="mailto:hence.wijaya@gmail.com" target="_blank">hence.wijaya@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <div>Is there a core setting to globally
      disable comments on all pages (not posts)?<div><div class="h5"><br>
      <div>
        <div style><br>
        </div>
      </div>
      On 4/20/2014 9:25 PM, Chip Bennett wrote:<br>
    </div></div></div><div><div class="h5">
    <blockquote type="cite">
      <div dir="ltr">See the <a href="http://codex.wordpress.org/Function_Reference/comments_open" target="_blank">comments_open()</a>
        conditional, and <a href="http://codex.wordpress.org/Template_Tags/get_comments_number" target="_blank">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="gmail_extra"><br>
        <br>
        <div class="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="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" target="_blank">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>
      <br>
      <fieldset></fieldset>
      <br>
      <pre>_______________________________________________
theme-reviewers mailing list
<a href="mailto:theme-reviewers@lists.wordpress.org" target="_blank">theme-reviewers@lists.wordpress.org</a>
<a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a>
</pre>
    </blockquote>
    <br>
  </div></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>