Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi,

    We have received your query and it is now being processed. We will get back to you on this forum as soon as we can.

    Regards,
    BestWebSoft Support Team

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi Uthar,

    Captcha display occurs when a hook ‘comment_form_after_fields’ is called. The location of this hook depends on the code in your comments form template. Thus, in your current theme folder (wp-content/themes/computer_support), please find the comments form template file (most commonly, it is called comments.php) and move the code:

    do_action( ‘comment_form_after_fields’ ); – if the hook is located in the PHP code

    or

    <?php do_action( ‘comment_form_after_fields’ ); ?> – if the hook is located in the HTML code

    above the comment submission button.

    Regards,
    BestWebSoft Support Team

    Thread Starter Uthar

    (@uthar)

    Thank you for the help.

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Dear Uthar,

    You are most welcome! Please feel free to contact us with any questions in future.

    Have a nice day!

    Regards,
    BestWebSoft Support Team

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Moving captcha in comment field’ is closed to new replies.