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,
page,
Pages,
static,
WordPress
This entry was posted on Sunday, December 30th, 2007 at 10:12 pm and is filed under Technical. You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.