• gmpfree

    (@gmpfree)


    I wonder is there a way to show commenter some friendly message when their post is caught by akismet ?

    usually in comments.php

    if ($comment->comment_approved == '0') { echo 'awaiting moderation' }

    but this only works for comment in moderation..
    i thought of adding

    $comment->comment_approved == 'spam'

    but comment just doesn’t show up when caught by akismet, is there a way around this ? some of my readers try comment three times on a single post, without knowing they all end in akismet-bin.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘show message when comment is caught by akismet’ is closed to new replies.