[Plugin: Spam Free WordPress] Theme Twenty-Ten
-
Instead of this in comments.php:
<?php if(function_exists('tl_spam_free_wordpress_comments_form')) { tl_spam_free_wordpress_comments_form(); } ?>
I had to use this:
<?php if(!function_exists('sfw_comment_pass_exist_check')) { sfw_comment_pass_exist_check(); } ?>
The twenty-ten theme uses the comment_form() function. But no password was show anyways. If I was unsing the suggested line of code I got the password fields twice on my form.
Now it works. Form shows correctly including a password.
Gilbert.
https://www.ads-software.com/extend/plugins/spam-free-wordpress/
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘[Plugin: Spam Free WordPress] Theme Twenty-Ten’ is closed to new replies.