Hi, thanks for your answer!! ??
Yes, my template has a single.php
Code is:
<?php get_header(); ?>
<div id="primary-content" class="narrowcolumn">
<?php include (TEMPLATEPATH . '/theloop.php'); ?>
<?php comments_template(); ?>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
So I’m not sure where I should post what in the index.php at . I want people to be able to add comments under each of the posts.
Thanks so much!
Naomi