Hi, I've been using Thematic to create a child theme.
When viewing a single post, the comments div doesn't show up at all. In Firebug, it comes out like this:
<div id="comments">
<div id="respond">
<h3>Post a Comment</h3>
<div id="cancel-comment-reply">
</div>
<div class="formcontainer">
</div>
</div>
</div>
It only shows the form to write a new comment, but doesn't show the existing comments.
Any ideas how to solve this? Thanks!
Daniel Gerrard