• After much searching and many different answers I am still unable to remove the “Leave a Reply” comments box from my static homepage (or any post/page for that matter)
    * No checkbox in the “edit page” menu to disable it.
    * I have searched dashboard/settings/discussions
    * Have added // to single post php “<?php //comments_template( ”, true ); ?>” still nothing.
    * Have searched the comments php for “elseif( ‘open”.. etc nothing
    * Have been through the style.css trying to find an answer.
    Am I missing something really simple here? I would have imagined such a task should be fairly straight forward but I’m running out of options.
    Any ideas would be truley appreciated, I’m all searched out!
    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Just for kicks, rather than commenting it out, try removing this entirely for single.php and page.php.

    <?php comments_template( '', true ); ?>

    …and test the result. (2010 weaver version 1.5.4)

    Thread Starter bargeloobs

    (@bargeloobs)

    SNAP!!!
    Thanks Clayton that’s done it!
    You get a big gold star for that answer!
    Thanks again man!!

    You’re welcome! And on a personal note… +1 on the user name. My inner child says thanks for the chuckle! 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can't remove the weaver 2010 comments box’ is closed to new replies.