Just putting this here too as it’s relevant:
I had this problem when creating a new template. I had used the sidebar before the index/single page which meant I used query_posts to pull out a specific selection of posts before the main loop runs.
If you do your own custom query_posts make sure you do a wp_reset_query after then the comments will work properly.
Cheers
Luke
I had this problem when creating a new template. I had used the sidebar before the index/single page which meant I used query_posts to pull out a specific selection of posts before the main loop runs.
If you do your own custom query_posts make sure you do a wp_reset_query after then the comments will work properly.
Cheers
Luke