lalng001
Member
Posted 3 years ago #
Hello,
Can i ask how to put recaptcha in the comments of ikarus theme? It doesn't shows up whenever anyone tries to comment in my posts.
Have a look in my blog. http://yuukoweb.co.cc . Email me please if you can help. My email is yuukoweb@ymail.com
makingapokerwebsite
Member
Posted 3 years ago #
I managed to do this today :) The issue is that Ikarus uses the comments differently from other themes. So the recaptcha doesn't work with it without a tweak. I took a look at a theme that it was working with and by a process of elimination I worked out what I needed to tweak, it was quite small.
In the comments.php edit
After the line
Feel free to <?php comments_rss_link('subscribes'); ?> to this post comment rss feeds for future updates</p>
Insert the following line
<?php do_action('comment_form', $post->ID); ?>
And it should work then.