To the WordPress 2.7 Team
Hi,
I've just tested WordPress 2.7 locally and had threaded comments problem. I updated to WordPress 2.7-RC1-10041 hoping to resolve it but I still get the problem with threaded comments.
If I reply to a particular comment from the Dashboard, the comment appears underneath that particular comment which is of course ok. But if I reply from the page itself, the comment does not appear on that particular but as a separate comment.
Any idea why?
Are you using the default theme if not then some themes are updated with the new code for comment threading.
I use my own WordPress theme design. I have updated the comment template tag. Threaded comments is functioning if I reply from the Dashboard but not when I reply from the page itself. Even with the Kubrick theme which is also an updated theme, it's the same.
I just checked Kubrick Theme and my own theme, I realized that I failed to replace the <input type="hidden" name="comment_post_ID" value="" /> with <?php comment_id_fields(); ?>.
Everything is ok now.
José Luís
Member
Posted 3 years ago #
Have the same problem, but checked for comment_id_fields() and it's ok.
I think it's worth noting that I'm using 2.7RC2, pt_BR version.
Any other ideas?
@ sofieh. Is that all you changed?
@ JLCarneiro - do you have an email? I need to contact you to find out if you still have the same problem.
As I do and this started after upgrading to WP2.7 - it happens in the default theme too ..