Hi
It depends on the comments form. If the hook call by means of which captcha works (‘after_comment_field’ or something like this) is present in the file comments.php, you can change captcha positioning by moving this hook call. Please find the file ‘comments.php’ in the theme and change the position of the line
do_action( ‘comment_form_after_fields’ );
or any similar line – place it under the Submit button.
In case there is no such hook in the comments file of your theme, then, unfortunately, this option is not available.
Hi,
Since there is no reply from you, we consider this topic as resolved. We hope you’ve found the solution. If you have any questions, please feel free to contact us via our Help Center – https://support.bestwebsoft.com/.
(@howdy_mcgee)
5 years, 8 months ago
Hello,
I’m using
comment_form_fieldsto rearrange the form fields so that thecommenttextarea is last. The problem is that when I do, the reCaptcha appears after the email field instead of at the end of the form. There’s nothing in the$fieldsparameter passed to the hook that looks like a captcha. I’ve tried 2 extreme priorities ( 1 and 999 ) but both produce the same results.How can I rearrange the comment form fields while keeping your reCaptcha box at the bottom?