How to enable reply on most-deeply-nested comments?
Here’s one suggestion using the comment_reply_link filter to change the reply links. Instead of using a regular expression to change it, I think it’s easier to just construct the links again. Here I use the same code as used in the get_comment_reply_link() core function, but I replace the $comment->comment_ID with $comment->comment_parent when the following condition … Read more