You are currently browsing the tag archive for the 'comments' tag.

Add the following line in the Page.phpfile just before the <?php endwhile; endif; ?> :

<?php if ((‘open’ == $post-> comment_status)) { comments_template(); } ?>

and by choosing “Allow comments” when creating the page you can enable or disable comments in a certain page.

a