Title: Comment Title
Last modified: April 9, 2019

---

# Comment Title

 *  Resolved [ricardonc](https://wordpress.org/support/users/ricardonc/)
 * (@ricardonc)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/comment-title/)
 * Hi
 * I’m having trouble on changing title of “Leave a reply” and editing comment fields.
   I would like to take off the “site” field” and at the moment couldn’t still find
   the right place to do it. Can someone help me please?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcomment-title%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [AddWeb Solution](https://wordpress.org/support/users/addweb-solution-pvt-ltd/)
 * (@addweb-solution-pvt-ltd)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/comment-title/#post-11410877)
 * hello ricardonc,
 * To change the comment title you need to open your theme folder(i.e wp-content-
   >themes->poseidon) -> comments.php , at line no.59 you can change the comment
   title.
 * for ex.
    `'title_reply' => '<span>' . esc_html__( 'Leave a Reply', 'poseidon').'
   </span>',` to `'title_reply' => '<span>' . esc_html__( 'Leave a Comment', 'poseidon').'
   </span>',`
 * Hope this will helps you.
 * Thanks.
    -  This reply was modified 7 years, 2 months ago by [AddWeb Solution](https://wordpress.org/support/users/addweb-solution-pvt-ltd/).
 *  Thread Starter [ricardonc](https://wordpress.org/support/users/ricardonc/)
 * (@ricardonc)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/comment-title/#post-11414817)
 * Thanks, it worked 😀
 * Now just need to take out “Site field”… There’s no interest in it
 *  Theme Author [ThemeZee](https://wordpress.org/support/users/themezee/)
 * (@themezee)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/comment-title/#post-11470349)
 * Hi there,
 * Thanks so much for using Poseidon.
 * You should create a child theme and override the comments.php, then modificate
   it. That will ensure you will not loose your changes once you update the theme.
 * You should be able to remove the URL field by specifying the fields argument 
   for the comment_form() function. More infos on [https://developer.wordpress.org/reference/functions/comment_form/](https://developer.wordpress.org/reference/functions/comment_form/)
 * Best,
    Thomas

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

The topic ‘Comment Title’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/poseidon/2.4.2/screenshot.jpg)
 * Poseidon
 * [Support Threads](https://wordpress.org/support/theme/poseidon/)
 * [Active Topics](https://wordpress.org/support/theme/poseidon/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/poseidon/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/poseidon/reviews/)

## Tags

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

 * 3 replies
 * 3 participants
 * Last reply from: [ThemeZee](https://wordpress.org/support/users/themezee/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/comment-title/#post-11470349)
 * Status: resolved