How can I not redirect users to the single post when they add a threaded comment?
As you may have guessed WordPress deals differently with threaded comments. By default the comment reply link is generated by the get_comment_reply_link function and the comment form with the send-button by comment_form. If your theme supports threaded comments it adds the comment-reply script. This script moves around the comment form to the (threaded) comment that … Read more