Recently, one of our subscribers asked us how to change the 'Reply' text on WordPress comments. By default, most websites have a reply button below comments so that users can reply to a comment.

In this tutorial, we will show you how to easily change the text " Reply " in WordPress comments.

But before you start, take the time to take a look at How to install a WordPress themeHow many plugins to install on WordPress.

Then let's get to work!

modification of the comment link worpress free plugin

Why change the text on the comments of WordPress?

Comments are an easy way to increase user engagement. There is a lot you can do to improve your WordPress comments. For example, you can change its layout, change the organization of fields, etc.

The response link below to the comment is like a call to action. Just like any other call for action on your website: language, colors, size, and placement may require all users to click.

Changing " reply For something more interesting, you can make it more visible and attractive. Let's see how to easily change the text " Reply In the WordPress comments.

Changed the 'Reply' text on WordPress comments

For this tutorial you will need to add some code to add on your WordPress theme. Remember that I showed you how to create a WordPress plugin.

function wpb_comment_reply_text ($ link) {$ link = str_replace ('Reply', 'Respond to this comment', $ link); return $ link; } add_filter ('comment_reply_link', 'wpb_comment_reply_text');

Do not forget to replace the text "React to this commentIn the code with the text you want to use.

demonstration react to this commentary WordPress tutorial

That's it and it's as simple as that. Of course you should always be careful and make backups of your blog before making any such changes.

In another tutorial, we showed you how to create a test environment on which you can test the different codes that I present here.

Discover also some premium WordPress plugins  

You can use other WordPress plugins to give a modern appearance and to optimize the handling of your blog or website.

We offer you here some premium WordPress plugins that will help you do that.

1. White Label Branding for WordPress Multisite

Have you ever wished it was easier to customize the menu and logo on each sub-website in your WordPress multisite network? Would you like to give each sub-website the ability to create their own branding? Look no further, this plugin is for you!

White label branding for wordpress multisite wordpress plugin

White Label Branding for WordPress Multisite allows you to control the branding of the main website and all sub-websites in a WordPress multisite network.

Read our article on  Bloggers: The simple guide to re-tweet suitably and improve the image of your brand

This plugin gives you the ability to create a global template that all network subsites will use. Or you can allow each sub-website in the network to create their own branding and customize their menus for the role of editor.

Also take a look at How to customize the error page for WordPress sub-sites

You will also have full control over all user roles and abilities.

Download | DemoWeb hosting

2. Everest Admin Theme

Everest Admin Theme is a WordPress Plugin premium which allows you to give the dashboard of your website a different appearance than that offered natively by the latter.

Everest admin theme wordpress backend customizer

Although WordPress is great, many people may want to change the appearance of this dashboard finally remove any mention of WordPress.

Read also: How to use Snapchat to attract more subscribers

This powerful WordPress Plugin therefore allows you to do this quite easily by offering you the possibility to make it look completely different, by rearranging the menus and other elements. He gives you full control over your dashboard.

Download | Demo | Web hosting

3. WP Custom Admin Login

WP Custom Admin Login is a WordPress Plugin WordPress default login page customization premium. It allows you to customize this page from the WordPress Customizer, and comes with more than 25 stunning page templates that will be completely to choose from.

Wp custom admin login wordpress plugin to make a customized admin login page

Even if you don't have coding skills, you can create an exceptional login page in no time.

See also How to install WordPress on Google Cloud

Its visual interface is very intuitive, which will allow you to configure your login page according to your preferences. It supports videos and images that can be used as the background on your page.

Download | Demo | Web hosting

Recommended Resources

Find out about other recommended resources to help you build and manage your website.

Conclusion

Here ! That's it for this tutorial, I hope it will allow you to edit the "Reply" text in the comments section of your blogWordPress. Do not hesitate to share with your friends on your favorite social networks

However, you can also consult our resources, if you need more elements to carry out your projects of creation of Internet sites, by consulting our guide on WordPress blog creation.

If you have suggestions or remarks, leave them in our section Comments.

...