How to Remove URL Field From Comment Section in WordPress, Just 2 Min. No Plug-In Required

Last Updated on November 11, 2022 by Findtricks

Reading time- 5 Minutes

Something About WordPress

Also Read- GTA 5 MOD for Android Highly Compressed.

Today i will tell you How to Remove URL Field From Comment Section in WordPress, Just 2 Min. No Plug-In. Now WordPress seems to be a free and very popular in all over world. It is a open source web content management program written in PHP and combined with a database of MySQL or MariaDB. Apps include a plugin architecture and a template system which is referred to as themes inside WordPress. Originally developed as a blog-publishing program, WordPress has grown to embrace many forms of web content including more mainstream mailing lists and blogs, media galleries, community pages, learning management systems, and online shops.

Must Read- ExpressVPN MOD Apk, Free, Unlimited Sever to Connect, Unlocked Premium Fetures.

Upwards of 60 million websites use WordPress, including 40 percent of the top 10 million sites on the internet as of January 2020. WordPress is one of the most open source content management system solutions being used. WordPress was also used for other different applications such as omnipresent display systems also known as PSD. WordPress was released on 27 May 2003 as a fork of b2 / catalog by its founders, American developer Matt Mullenweg and English developer Mike Little. The software is published under license GPLv2.

How to Remove URL Field From Comment Section in WordPress without Using a any Plug-In, It will take only 2 Minutes.

Must Read- Bollywood, Hollywood, Tamil, Kannada, Telugu Movies Download Free 2020

So lets come to our main topic. How to Remove URL Field From Comment Section in WordPress without using any plug-in. To remove it field you need to past short code in your WordPress theme function.php

Follow Simple Steps to Remove URL Field From Comment Section in WordPress

Must Visit- More Tricks and Tips

Step 1

  • Log-in to your WordPress dashboard, Click on appearance and select a Theme Editor. You can see in bellow image.
How to Remove URL Field From Comment Section in WordPress 1
How to Remove URL Field From Comment Section in WordPress

Step 2

  • Copy bellow code and you need to paste in to your WordPress function.php at last. You can see the code below, which you have to copy. or Download Text file which link is available here.
  • Click on Download button to get CODE text file (Google Drive Safe Download Link)
add_filter('comment_form_default_fields', 'unset_url_field');
function unset_url_field($fields){
    if(isset($fields['url']))
       unset($fields['url']);
       return $fields;
}

Must Read- Adobe Lightroom MOD Apk Free Download, Edit Photos like a PRO

Step 3

  • Now you have to find a Function.php, which you can see in to your right side panel. Pate short code in to your Function.php of your any WordPress website. You can see in bellow image.
How to Remove URL Field From Comment Section in WordPress 2
How to Remove URL Field From Comment Section in WordPress
How to Remove URL Field From Comment Section in WordPress 3
How to Remove URL Field From Comment Section in WordPress
  • Done !! Click on Update File and visit your WordPress website. Now you can not find any URL Field From Comment Section.
  • This method is very easy and you do not need to download any extra plug in to do it. It will take your only 2 minutes.

But keep in mind, do it safely because if you paste it code in wrong place or break any other code then may your website functions not work proper or you have to reinstall your WordPress theme. Don’t do anything else in theme editor area because its a very sensitive. your all theme important files and functions are there.

We keep posting similar interesting information here and must visit visit our home page to get more information related tech. Also you can participate in our newsletters program so that you never miss any updates, You can find a newsletters form into contact us and about us page or Click Here.

Also Read- Latest 1000+ Whatsapp Groups Links

Final Result

How to Remove URL Field From Comment Section in WordPress 4
How to Remove URL Field From Comment Section in WordPress

Now you can see in upper image URL Field From Comment Section has been removed using short code. That process is very simple and easy for you. No need to download any third parties plugin or anything else.

About a Findtricks

Welcome to Find Tricks. Here we update a best deal of E-commerce website everyday (like a Amazon, Flipkart, Paytmmall,Sneapdeal) and here you will get a daily update of the recharge promo code.

We also provide a hot information about new upcoming mobile and gadgets quietly as possibles. Information about Android tips,tricks and earning apps is also available here , So that you can earn money easily.Some companies offer a free sample to that customer`s door step for promotion and review of their product .For which you will not pay any money whose information you also get here so you can us it.You can get all information here in Hindi and English.

I hope, You found Adobe Lightroom Mod Apk article is useful for you, Keep your support on us and go to social follow section and follow us on social media to get instant updates about a new tricks and tips. Also Don’t forget to join our newsletter program to get updates by a E-mail.

Your Privacy is our main goal. we never sell your any information to third parties or use it for any other promotion.

© FIND TRICKS, Dc Sys.

Also Read Our Other Tricks Articles (I think it is Useful for You)

E-mail: [email protected]

© www.findtricks.in

Leave a Comment