• Hi,

    I am building a website using Twenty Eleven. I want to insert CAPTCHA in the comment form. I tried both CAPTCHA and SI CAPTCHA plugin but the captcha box does not show up and this makes it impossible to submit comments.

    I read on the support blogs of the above mentioned plugins this might be a problem with the theme and they suggested to switch to twenty ten to check if it works. I did so but it does not work on twenty ten either.

    What could be the cause and what can I do to solve the problem?

Viewing 1 replies (of 1 total)
  • Hello

    Add this code where you are display captch code.

    <?php comment_id_fields(); ?>
    <?php do_action(‘comment_form’, $post->ID); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘Captcha in comment form’ is closed to new replies.