How To Change The “Leave A Reply” Text In WordPress

The default WordPress comment section is useful for basic interaction on your website. This feature allows users, guests, and anonymous users to comment without needing a social media account. However, customizing the comments feature is surprisingly difficult. This is because it is almost always uniform across all WordPress websites.

In order to change the comments section, edit the code manually in the comments.php file. To edit the code use file transfer protocol (FTP) or the WordPress File Editor. I recommend only using this method on a local install (and to have made proper backups).

Easy Method to Change the “Leave a Reply” Text

Follow the following steps using the WP-Admin panel.

    1. Log into WordPress.
    2. Open the “Appearance” section on the menu on the left-hand side and click editor.
    3. Click the comments file (it should read as comments.php).
    4. If you are on Windows hit Control F to search for “Leave a Reply.” Hit enter to search.
    5. Locate the line that reads as the following: “<?php comment_form_title( __(‘Leave a Reply’.” Some themes might have slightly different code wrapped around it, but you want to find the form_title with the Leave A Reply text.
    6. Edit the title to whatever you wish.
    7. Click update and the settings will be saved.
    8. Reload your website in order to verify the changes were made.

Harder Method to Change the “Leave a Reply” Text (I recommend this!)

This is the recommended way of changing the text, but it is harder. To do this correctly, do the following:

  • Create a child theme.
  • Add the new file to the child theme. It prevents the file from being erased in future theme updates.

Pro Tip: Do not edit code on a live website with the WordPress Editor. If an error is made, it could cause your website to go down.

If you are not experienced in using PHP, I highly recommend contacting your theme’s author or hiring a developer such as myself.

scott hartley

About the author

Scott is a web performance geek, lover of all things coffee, and avid video game player. His WordPress work delves into web performance, web security, and SEO.

9 thoughts on “How To Change The “Leave A Reply” Text In WordPress”

  1. Good post. I learn something totally new and challenging on blogs I stumble upon everyday.
    It will always be helpful to read articles from other authors and practice a little something from their sites.

    Reply
  2. I like the Pro Tip you are given, Do not edit code on a live website with the WordPress Editor. If an error is made, it could cause your website to go down. My interest has genuinely peaked in this post.

    Reply
  3. Very helpfuly for the time, i’m not so sure if this method still works. I tried it and i couldn’t find it 🙁 Any update on this would be sweet.
    Thanks

    Reply
  4. Just after I to begin with commented I appear to have clicked the -Notify me when new feedback are included- checkbox and Any further each time a remark is extra I recieve 4 e-mails With all the similar comment. Perhaps You will find there’s way you could eliminate me from that provider? Several many thanks!

    Reply

Leave a Comment