Does this still happen and also when default theme is activated?
No it does not. Everything works fine if I choose a different theme.
I’ve seen suggestions as to modify single.php but Path doesn’t have that file. Also I modified comments.php and it didn’t work (see below)
From this
<?php comment_form(); // Loads the comment form. ?>
To this
<?php comment_form($args, get_the_ID()); // Loads the comment form. ?>
As suggested by this guy
http://johncblandii.com/2013/02/wordpress-comment_form-saving-to-wrong-post.html
I
That’s weird. I can’t replicate that in sites where I’m using Path theme.
(@netposer)
11 years, 5 months ago
I’ve reinstalled wordpress but still there are problems when posting comments to my blog. You enter your comment press OK then you land on another post with that comment.
I’ve replaced the entire theme, removed path-child and reinstalled WP but the problem persists. I’ve removed every plugin too.