Title: Change Leave a Reply text
Last modified: August 21, 2016

---

# Change Leave a Reply text

 *  Resolved [from ABI roger](https://wordpress.org/support/users/rogerabihostingcom/)
 * (@rogerabihostingcom)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/change-leave-a-reply-text/)
 * My client would like the text that reads “Leave a Reply” changed to
    “Post Your
   Comment Here”. Where can I edit this text?
 * [http://wordpress.org/plugins/comment-guestbook/](http://wordpress.org/plugins/comment-guestbook/)

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

 *  Plugin Author [mibuthu](https://wordpress.org/support/users/mibuthu/)
 * (@mibuthu)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/change-leave-a-reply-text/#post-4301362)
 * This isn’t possible at the moment with the plugin. But due to the usage of the
   wordpress standard comment form you can probably define the changes in your theme
   or you can find another plugin which can do that job.
 * Options to change the comment form are planned in one of the next versions.
 *  Thread Starter [from ABI roger](https://wordpress.org/support/users/rogerabihostingcom/)
 * (@rogerabihostingcom)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/change-leave-a-reply-text/#post-4301389)
 * I found this on another thread and it worked perfectly:
 * The best way to change the wording “Leave a reply” is to use the filter.
    To 
   make it say “Post Your Comment Here:”, place this code in your functions.php 
   file:
 * function comment_reform ($arg) {
    $arg[‘title_reply’] = __(‘Post Your Comment
   Here:’); return $arg; } add_filter(‘comment_form_defaults’,’comment_reform’);
 *  Plugin Author [mibuthu](https://wordpress.org/support/users/mibuthu/)
 * (@mibuthu)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/change-leave-a-reply-text/#post-4301519)
 * An option for this is now available in the new version 0.6.1
 *  Thread Starter [from ABI roger](https://wordpress.org/support/users/rogerabihostingcom/)
 * (@rogerabihostingcom)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/change-leave-a-reply-text/#post-4301520)
 * Thanks for the update!

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

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

 * ![](https://s.w.org/plugins/geopattern-icon/comment-guestbook_ebebeb.svg)
 * [Comment Guestbook](https://wordpress.org/plugins/comment-guestbook/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/comment-guestbook/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/comment-guestbook/)
 * [Active Topics](https://wordpress.org/support/plugin/comment-guestbook/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/comment-guestbook/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/comment-guestbook/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [from ABI roger](https://wordpress.org/support/users/rogerabihostingcom/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/change-leave-a-reply-text/#post-4301520)
 * Status: resolved