After searching around some more, I found the solution to the problem.
paste this code:
<?php comments_template(); ?>
in your page.php after <?php the_content(‘<p class=”serif”>Read More »</p>’); ?>
Then change the settings to allow comments on whichever pages you would like comments to be allowed on.
I also deleted the words “Comments are closed” from the coding.
Hope this helps 🙂
I also am having this problem and would like an answer. The only page on my blog that is allowing comments is the blog page which allows comments on every post.
I would like to have the comment function enabled on a few of my other pages as well. Namely my music page.
Here is my work in progress web site: http://www.simplyandrea.com
Any help would be greatly appreciated.