• Resolved swcomm

    (@swcomm)


    I’m sure this is very simple, I just can’t find where to change it in functions.php. Want to edit “Leave a Reply” to read as “Comment on this Story”. Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I created a copy of my ‘comment.php’ for my child theme and added an argument to the ‘comment_form’ function, like this:

    <?php comment_form( array('title_reply'=>'Got Something To Say? Leave a Comment.') ); ?>

    just replace the ‘Got Something To Say?’ portion with your verbiage.

    theres lots of other arguments that you can add to customise your comment section, see here:

    https://codex.ww.wp.xz.cn/Function_Reference/comment_form

    Thread Starter swcomm

    (@swcomm)

    Well, this is perfect, since I already had a child theme. Thanks a bunch.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Change Comment Leave a Reply’ is closed to new replies.