Hope someone can help with this. I'm just setting up a blog for a site, based on the Starkers theme, but trying to get it to sit naturally within the main site.
I'm just about there with the main blog page:
http://www.joanneburrell.com/blog/
And also the archive / categories pages:
http://www.joanneburrell.com/blog/?m=201102
I can't quite seem to get the comments page right though - basically the blog is appearing out with my contentWrapper <div>:
http://www.joanneburrell.com/blog/?p=1#comments
If you view the source, the code for the blog entry appears between:
<!-- END HEADER -->
and
<!-- You can start editing here. -->
Whereas I really want it to be down after:
<!-- OPEN CONTENT -->
<div id="content">
<!-- OPEN CONTENT -->
The trouble is I can't figure out where the blog entry is being referenced from in the comments.php file.
the start of which looks like:
[code moderated as per forum rules - please use the pastebin]
Hopefully that makes sense, and someone can steer me back in the right direction.
Thank you!