go to http://www.thehotboxgallery.com
At the bottom of the post, you'll see it says 'no comments' although there are comments, they are turned on, they are approved. Also, I'm not sure how people were able to leave them because I'm not able to click anywhere to leave a comment.
I have:
<?php if (function_exists('wp_list_comments')):?>
<!-- WP 2.7 and above-->
<?php comments_template('', true);?>
<?php else :?>
<!-- WP 2.6 and below -->
<?php comments_template(); ?>
<?php endif; ?>
on page.php, on index.php (in my theme's folder), and now in single.php.
What is going on?