• Resolved dreamstone

    (@dreamstone)


    Hi!
    I added <?php comments_template(‘/templates/comments.php’); ?> to enable comments at page and install captcha plugin. To move captcha under the comments field, capthca support team suggest move this line to place depending of using theme:
    <?php do_action( ‘comment_form_after_fields’ ); ?>
    How can it be done correctly for Virtue theme?
    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey,
    Just fyi in the latest versions of the theme you can enabled comments on a page right from the theme options. You don’t need to add any code.

    The action ‘comment_form_after_fields’ is right after the name, email, web address fields right before the comment box. If you want to edit that you can use a child theme to override the /templates/comments.php file. Look at line 80.

    Kadence Themes

    Thread Starter dreamstone

    (@dreamstone)

    Done it!
    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Comments and Google Captcha’ is closed to new replies.