• Resolved lchwebmaster

    (@lchwebmaster)


    I intend to moderate comments on my blog and want to alert folks so they do not repost before I can approve (as per Combating Comment Spam).

    I looked for the code this article says is in comment.php, but I can’t find it to make the change.

    Any suggestions?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The Twenty Ten uses a new Template Tag called comment_form.

    If you check it out, you can pass a few arguments to it in order to show some text above/below the form.

    So in comments.php, fine comment_form() and try changing it to this:

    comment_form( array(
    	'comment_notes_before' => 'Please note, your comment will be moderated first.'
    ) );

    Note that this will override the default text. You could also use comment_notes_after as well, to add it below the form.

    Thread Starter lchwebmaster

    (@lchwebmaster)

    Thanks, Spencer. It worked perfectly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘2010–editing text for comment box’ is closed to new replies.