Viewing 1 replies (of 1 total)
  • Change this line of code in comment.php

    <?php comment_form(); ?>

    to something like this

    <?php comment_form( array( 'title_reply' => 'Leave a message' ) ); ?>

    Note: Create a Child Theme first then copy the comments.php file to the child theme, and then make the changes there, so when you update the theme in the future, your changes will not be overwritten.

Viewing 1 replies (of 1 total)
  • The topic ‘change leave message’ is closed to new replies.