Posts Tagged “page”

After a quick google the solution is simple:
In your theme folder edit the page.php and place:

<?php comments_template(); ?>

in between:

<?php if (have_posts()) : while (have_posts()) : the_post(); ?>

———————

<?php endwhile; endif; ?>

Tags: , , , ,

Comments No Comments »