Title: Reference Theme modification question . . .
Last modified: August 20, 2016

---

# Reference Theme modification question . . .

 *  Resolved [davemore](https://wordpress.org/support/users/davemore/)
 * (@davemore)
 * [15 years ago](https://wordpress.org/support/topic/reference-theme-modification-question/)
 * In the Reference theme, the comment box is titled with “Leave a Reply.” I would
   like to be able to change that to “Post a Comment”, for example. How would I 
   do that?
 * Thanks in advance!
 * Dave

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [15 years ago](https://wordpress.org/support/topic/reference-theme-modification-question/#post-2103509)
 * [http://codex.wordpress.org/Function_Reference/comment_form](http://codex.wordpress.org/Function_Reference/comment_form)
 * in comments.php, change this line:
 *     ```
       <?php comment_form(); ?>
       ```
   
 * to:
 *     ```
       <?php comment_form(array('title_reply' => 'Post a Comment')); ?>
       ```
   
 *  Thread Starter [davemore](https://wordpress.org/support/users/davemore/)
 * (@davemore)
 * [15 years ago](https://wordpress.org/support/topic/reference-theme-modification-question/#post-2103722)
 * Just what I needed! Thanks a lot!

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

The topic ‘Reference Theme modification question . . .’ is closed to new replies.

## Tags

 * [modification](https://wordpress.org/support/topic-tag/modification/)

 * 2 replies
 * 2 participants
 * Last reply from: [davemore](https://wordpress.org/support/users/davemore/)
 * Last activity: [15 years ago](https://wordpress.org/support/topic/reference-theme-modification-question/#post-2103722)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
