New kind of human test. Adds CAPTCHA anti-spam method to WordPress on the comment form, registration form, or both.
Edit /lib/notcaptcha_config.php file for settings (can be skipped). Settings can be changed by your preference.
Upload the wp-notcaptcha folder to the /wp-content/plugins/ directory
Activate the plugin through the Plugins menu in WordPress
Make this as a test: Activate the NOTCAPTCHA plugin and temporarily change your theme to the "WordPress Default" theme. Are the captcha images seen now? If they are, the theme you are using is the reason.
Your theme must have a <?php do_action('comment_form', $post->ID); ?> tag inside your comments.php form. Most themes do.
The best place to locate the tag is before the comment textarea, you may want to move it if it is below the comment textarea.
This tag is exactly where the captcha image and captcha code entry will display on the form, so
move the line to before the comment textarea.
Requires: 2.3 or higher
Compatible up to: 3.1.4
Last Updated: 2011-11-3
Downloads: 11,215




