Turning off Comments in WordPress by default

You can remove that line of code if you want to disable comment on pages.

Instead you can “comment out” the line of code thus:

<?php// comments_template( '', true ); ?>

You can remove the “//” part when you want to turn on comments on pages.

You may also like