How to stop comment URLs from becoming links in WordPress?

If you want to stop comment URLS from becoming links in WordPress then just follow simple steps given below.

Method 1

Step::1 Login to your WordPress dashboard and then go to Appearance section and select the”Theme Editor” option

Step::2 Now choose the Current theme which you are using and go to functions.php file

Step::3 Next you need to add the following code in functions.php file and then update the file.

remove_filter('comment_text', 'make_clickable',9);


As soon as this file gets updated you will find get all your comments will stop behaving as hyperlink.

Method 2

Step::1 Login to your WordPress Dashboard and then go to the Plugins section and click on Add New

Step::2 Now Search for Comment Link Remove and Comment Tools in the available search box

Step::3 Click on the “Install Now” button

Step::4 Next click on Activate button

Once this plugin is successfully installed and activated you will see that all your comments will stop behaving like hyperlink.

Visit our Blog for more details. You can also watch the video here.

  • How to stop comment URLs from becoming links in WordPress, How to Disable Auto Linking of URLs in WordPress Comments, How to Disable url Link in WordPress Comments, How to Disable Comment URLs in WordPress
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to Schedule WordPress Posts in Bulk?

You can easily schedule WordPress posts in bulk by using Plugin. Let us see the procedure....

How to display Related Pages in WordPress?

Step::1 Login to your WordPress admin dashboard Step::2 Go to Plugins and click on Add...

How to Add Google Analytics to your WordPress website?

In this article, we will share how you can easily install Google Analytics in your WordPress...

How to Backup WordPress site to Remote FTP via WP Plugin?

Step::1 Login to your WordPress dashboardStep::2 Go to Plugins & Click on Add NewStep::3...

How to allow users to add attachments in WordPress comments?

Adding attachments in the WordPress comments can be very helpful in certain situations. Perhaps...