Hi there,
Thanks for writing in,
Would you please provide a bit more clarification and your URL of the website so we can provide you more better way to get through from it.
Thanks.
Thanks for your reply.
I redid the site in HTML5 instead.
The URL was not the issue.
The theme offered comments at the bottom of each page.
I did not want to allow comments anywhere on any page.
Hi,
To remove comments from page only and not from posts.
Please kindly open up index.php and go to line 870 and comment out the comments_template function as follows.
<?php if ( 'page' !== get_option('show_on_front') ) //comments_template( '', true ); ?>
Thanks!
Denzel
(@glenna_1984)
11 years, 2 months ago
Is there a way to turn off all options to comment on all pages?