Preventing Comment URLs from Auto-Linking in WordPress: A How-To Guide

thumb_up 1  ·  sell Disable comment URL links in WordPress, Stop automatic comment URL linking in WordPress, Prevent comment website links in WordPress comments

How to stop comment URLs from becoming links in WordPress? [STEP BY STEP]☑️

Today in this tutorial we will learn about how to stop comment URLS from becoming links in WordPress. So 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.

 

The End! should you have any inquiries, we encourage you to reach out to the Vercaa Support Center without hesitation.

Was this answer helpful?

Related Articles

description

How to Resolve the Issue of "Missing Add New Plugin Menu" in WordPress?

Here, in this tutorial we will discuss the procedure to fix an issue called “add new Plugin Menu not showing” in WordPress. This issue…

arrow_forward
description

How to Incorporate a YouTube Subscribe Button into Your WordPress Website?

Here, in this tutorial we will discuss the procedure to add YouTube subscribe button to your WordPress website. This can be done by any of…

arrow_forward
description

How to Deactivate WordPress Plugins Using the Database?

We have shared articles managing WordPress website and its data. One of the most important feature of WordPress is Plugins that allows user…

arrow_forward
description

How to Integrate a Currency Converter into Your WordPress Website?

The diverse features of WordPress allows user to manage the website presentation in their own choice. WordPress has themes for blogging…

arrow_forward
description

Guidelines for Installing and Setting Up the WordPress Simple PayPal Shopping Cart Plugin

Features in WordPress allows user to improve and manage the presentation of website. We have shared multiple articles related to WordPress…

arrow_forward
arrow_back « Back