I formerly used a Wordpress theme where users could make comments on items I posted and also could make replies on comments made by other users on my Wordpress site.
I later changed my theme on Wordpress and I used a callback in my comment list in comment.php like this:
Then I coded the comment list form in my functions.php, and later noticed that when a user clicked the "reply" button below a comment, the page only reloaded but the comment reply is not working.
Please I really need help to resolve this. This is how I coded my "reply" form in my functions.php: $add_below, 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ); ?>
Please is there any way I can resolve this? I will appreciate a reply... Thanks