Todd Lahman's comment spam blocking plugin that blocks 100% of the automated spam with zero false positives.
Update 3-26-2012: Support requests on the WordPress.org forum will no longer be answered. All requests for support should be made at the Spam Free WordPress homepage.
If Spam Free WordPress is installed correctly there will be a "Password:" field on the comment form. An example can be viewed using the Screenshots tab above, or for a live example visit Spam Free WordPress.
To see the password field you must be logged out of your WordPress blog account.
NOTE: Clear the blog cache, like WP Super Cache, after installation.
comment_form() function is already in the comments.php file, then nothing else needs to be done. Otherwise go to step 4.<form> and </form> tags, and all the code between the <form> and </form> tags, with the following line of code: <?php comment_form(); ?>Incorrect:
<form>
<?php comment_form(); ?>
</form>
Correct:
<?php comment_form(); ?>
If the comments.php file is custom, and it is not desirable to use the comment_form() function, then follow the directions for WordPress 2.8 or 2.9 below.
<?php if(function_exists ('tl_spam_free_wordpress_comments_form')) { tl_spam_free_wordpress_comments_form(); } ?>add_action('thesis_hook_comment_field', 'tl_spam_free_wordpress_comments_form');
Requires: 3.0 or higher
Compatible up to: 3.5
Last Updated: 2012-3-26
Downloads: 101,226
1 of 1 support threads in the last three weeks have been resolved.
Got something to say? Need help?