• I have set my options that “commenters must have a previously approved comments”. I would like to include a conditional message after new people have left a comment to tell them that since they have not left a comment at my blog before, an administrator must approve it before it appears, and thank them for their patience.

    How can I achieve this?

Viewing 1 replies (of 1 total)
  • I used to use this and I think it will still work in the current version of WP

    <?php if (0 != get_settings(‘comment_moderation’)) { ?>

    Please note: Comment moderation is currently enabled so there may be a delay between when you post your comment and when others may see it. Patience is a virtue; there’s no need to resubmit your comment.

    <?php } // comment_moderation != ‘none’ ?>

    Edit: Actually, this will not be “after” the fact.

Viewing 1 replies (of 1 total)

The topic ‘Conditional Message to Commenters?’ is closed to new replies.