开发者 | socksticker |
---|---|
更新时间 | 2014年3月6日 13:40 |
PHP版本: | 3.6.1 及以上 |
WordPress版本: | 3.7.1 |
<?php do_action('comment_form', $post->ID); ?>
tag inside your comments.php form. Most themes do.
If not, in your comments.php file, put <?php do_action('comment_form', $post->ID); ?> before .By default, registered users will not see the CAPTCHA. Log out and try again. If you don't want to hide the CAPTCHA from registered users (or other permission groups), simply uncheck the 'Hide CAPTCHA...' option or change the desired permission group on the minotaur plugin's settings.
Best practice is to edit your current theme comments.php file and locate this line: ID); ?> Move this line to BEFORE the comment textarea and the problem should be fixed. Alernately, you can check the 'Rearrange CAPTCHA's position on the comment form automatically' option on the minotaur plugin's settings, and javascript will attempt to rearrange it for you. This option is less recomended.