If it is about several individual pages, just disable comments from the page edit screen (or quick edit). Also you can disable comments from the general WP settings > discussion, and the enable them on per post or per page basis.
In order to disable comments for pages permanently, you would have to edit page.php file and delete (or comment out) this line:
<?php comments_template( '', true ); ?>
HI. I posted a similar question on another thread and then saw this one, sorry! I removed that code from both the page.php and the full-width.php (page using the full-width no side bars template) but the comments are still on my pages. Also tried disabling from wp settings > discussions and nothing. Any suggestions?
thank you again!
When you disable comments via WP settings it affects only future pages/posts, so just go and turn off comments for existing posts and pages manually and everything new will be without comments. I think that easiest way to deal with this task.