How to show message "Your comment is awaiting moderation"??

Discussion in 'WordPress' started by Ibn Juferi, Apr 18, 2010.

  1. #1
    On my wordpress blog it doesn't show this message. When a user comments it just shows nothing but on the backend the comment has been stored for moderation.

    How can I show the message "Your comment is waiting for moderation"?

    Thanks
     
    Ibn Juferi, Apr 18, 2010 IP
  2. lelkoun

    lelkoun Active Member

    Messages:
    288
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    60
    #2
    You need to edit a file called "comments.php".

    <?php if ($comment->comment_approved == '0') : ?><em><?php _e(' | Your comment is awaiting moderation.','relaxation') ?></em><?php endif; ?>
     
    lelkoun, Apr 18, 2010 IP