Viewing 1 replies (of 1 total)
  • 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.

Viewing 1 replies (of 1 total)
  • The topic ‘Ikarus Comments’ is closed to new replies.