In WordPress to disable or remove the comment ability from your pages. Edit your page.php file in your template directory and remove the following line or comment it out.
<?php comments_template( ”, true ); ?>
In WordPress to disable or remove the comment ability from your pages. Edit your page.php file in your template directory and remove the following line or comment it out.
<?php comments_template( ”, true ); ?>