• I went to reply to a comment, and the comment reply link did not respond with the drop down reply form. It is not working for some reason. Please help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have been having the same problem when replying to comments in the WordPress Dashboard. Were you able to work out the problem? Any advice?

    1. Ensure that your theme’s header.php file contains:

    <?php if(is_singular()) wp_enqueue_script( 'comment-reply' );?>
    <?php wp_head(); ?>
    </head>

    2. If possible, use wp_list_comments to output your comment list – at least while you’re troubleshooting.

    3. If necessary, deactivate all plugins in case there’s a conflict.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘comment reply drop down form not working’ is closed to new replies.