Thanks for the feedback. I’ll work on the photos.
I want the comments to appear on the index page. Here’s the index code for the comments area:
<div class=”postmeta”><?php edit_post_link(‘Edit’, ”, ‘ ‘); ?>
<?php comments_template(); ?>
<?php
$wp_query->is_single = true;
comments_template();
$wp_query->is_single = false;?>
I’m not sure if that’s where the problem is though.
Thanks