Kenmac,
This helped me fix my problem.
http://wordpress.org/support/topic/231504?replies=5
I went into my Settings->Discussion
and disabled my pagination for comments and then my comments started working correctly.
I think this is more of a work around but It works. I’ll have to come up with a more elegant solution should I have more than 50 comments per post.
Hopefully this helps,
Roger
Hi Ken.
I’m also using the “inove” theme. I’m having the same problem, however, mine didn’t appear until I upgraded to WP2.8 today.
I noticed that my comment links are wrong
http://siteurl/comment-page-1/#comment-18
when it should be:
http://siteurl/#comment-18
It’s adding that “comment-page-1” somewhere in wp-comments-post.php where the form is being submitted to.
I’ve found it’s appending it in the “get_comment_link()” function but that is as far as I’ve gotten so far.
The comment is posted but it keeps directing me to a 404 because comment-page-1 or x doesn’t exist.