Support » Plugin: Stop Spam Comments » comments won't post

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author pinoceniccola

    (@pinoceniccola)

    Be sure your theme is using the proper comment_form() function [1] for displaying comments. Without it, the plugin cannot hook the comment_form_field_comment filter.

    A link to your website may also help troubleshooting the problem.

    [1]: http://codex.wordpress.org/Function_Reference/comment_form

    Thread Starter yankiss

    (@yankiss)

    Thanks. My website is http://www.yanaklein.com

    The comments are under http://www.yanaklein.com/blog

    Hi pinoceniccola,

    I experience the same problem.

    I’m using a custom comment form but I’m calling to do_action('comment_form', $post->ID); at the end of my form.

    Can your plugin work this way or do I have to refactor my code to display the form only with the comment_form() function?

    Thanks in advance

    Plugin Author pinoceniccola

    (@pinoceniccola)

    I’m sorry but the plugin cannot work without the comment_form() function, so any theme using legacy or custom code for the comment form is not supported.

    I’ld suggest to update the code in your themes if possible, also for future-proof compatibility with WordPress itself. The comment_form() function is the proper way to display the comment form since WordPress version 3.0.

    I will mention this issue in the FAQ section.

    Plugin Author pinoceniccola

    (@pinoceniccola)

    FAQ section updated. Closing this thread.

    FYI guys,

    I’m having the same problem with the ColorWay theme… works fine in the other themes tho.

    Will open a separate forum item for that here.

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘comments won't post’ is closed to new replies.