I’ve disabled comments on my blog using iconic pro 1.2
This works in the default template, however, if you change the page
to the full page template the comments box “leave a reply” is still
present.
I’m trying to disable comments on all pages.
Is this a bug or have I made a configuration error
how do I make sure comments are disabled on all templates ?
If you want to do this so that you don’t have to turn off comments on per page basis then open full-width.php and delete line 24, it will look like below
<?php comments_template( '', true ); ?>
Alternatively, while publishing Posts/Pages there is a option of allowing comments below the Edit screen, this works on page by page basis.