• I’m making some pages with the page template and it looks stupid with “Comments are turned off for this page”, so how do I remove that completely?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Look through every theme file including single.php, page.php,. archive.php, index.php and any others. It’ll be there.

    Thread Starter nzk

    (@nzk)

    I mean when I click “write page” and it makes a page just with comments, otherwise comments are fine on posts

    If all your Pages will be without comments, you can just remove:

    <?php comments_template(); ?>

    from your page.php template.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How do I remove all mentions of comments in the page template?’ is closed to new replies.