Title: Editing Comment Template?
Last modified: August 19, 2016

---

# Editing Comment Template?

 *  Resolved [inherentlydifferent](https://wordpress.org/support/users/inherentlydifferent/)
 * (@inherentlydifferent)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/editing-comment-template/)
 * I’m trying to customize the comment area of the Twenty Ten 1.1 by the WordPress
   team template.
 * Right now, when someone clicks on post link, they get the full post plus the 
   comment form.
 * The comment form title is “Leave a Reply” and i want to change it to “Leave a
   Comment” but I can’t seem to find where this text title resides. I have looked
   in the template comments.php as well as the wp-comments-post.php files to try
   to change that text…
 * Can someone please point me in the right direction?

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

 *  [Chip Bennett](https://wordpress.org/support/users/chipbennett/)
 * (@chipbennett)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/editing-comment-template/#post-1992588)
 * You need to pass the `title_reply` argument in the $args variable passed to the`
   comment_form()` function.
 * e.g. (untested):
 *     ```
       <?php
       $args = array(
            'title_reply' => 'Leave a Comment'
       );
   
       comment_form( $args );
       ?>
       ```
   
 *  Thread Starter [inherentlydifferent](https://wordpress.org/support/users/inherentlydifferent/)
 * (@inherentlydifferent)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/editing-comment-template/#post-1992624)
 * Thank you Chip!

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

The topic ‘Editing Comment Template?’ is closed to new replies.

## Tags

 * [comment template](https://wordpress.org/support/topic-tag/comment-template/)
 * [twenty ten](https://wordpress.org/support/topic-tag/twenty-ten/)

 * 2 replies
 * 2 participants
 * Last reply from: [inherentlydifferent](https://wordpress.org/support/users/inherentlydifferent/)
 * Last activity: [15 years, 2 months ago](https://wordpress.org/support/topic/editing-comment-template/#post-1992624)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
