• How can I disable the comments feature on WP 3.1, theme twenty ten 1.2? To accomplish this on a page by page basis would be good, as well as disable it entirely. It would be nice to remove the section for comments from the page.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Head to settings, discussion and tell it not to allow comments on new articles.

    Then, if you want to get rid of the code entirely, head to the twenty ten theme folder and look for single-loop.php and loop-page.php. Find the following:

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

    Delete that (or comment it out, like this:

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

    and no more comments!

    Thread Starter freewheelin franklin

    (@freewheelin-franklin)

    Thanks a lot! That really helped me out. Going into the theme folder did the trick. Now I gotta get to work. Freewheelin

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to remove comments feature on twenty ten 1.2’ is closed to new replies.