All I want to do is to turn off comments on all pages of my wordpress based site except blog page. Please help.. Thanks in advance
The ultimate method is to remove following codes from page.php <?php comments_template( '', true ); ?> PHP: But i don't recommend this
Use plugin called ''Disable Comments''. I use that to disable comments on Contact page. Hope I helped.
Using more plugins on your WP may reduce your Page Speed. So, I recommend you to do : Quick Edit -> Turn Comments Off.