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?
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?
Look through every theme file including single.php, page.php,. archive.php, index.php and any others. It'll be there.
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.
This topic has been closed to new replies.