X

How To Remove the URL Field From the Comments Form

Snippets by IsItWP

Are you looking for a way to remove the URL field from the comments form? This snippet allow you to easily remove the URL / website field from the comments form in WordPress.

Instructions:

All you have to do is add this code to your theme’s functions.php file or in a site-specific plugin:

add_filter('comment_form_default_fields', 'unset_url_field');
function unset_url_field($fields){
    if(isset($fields['url']))
       unset($fields['url']);
       return $fields;
}

Note: If this is your first time adding code snippets in WordPress, then please refer to our guide on how to properly copy / paste code snippets in WordPress, so you don’t accidentally break your site.

If you liked this code snippet, please consider checking out our other articles on the site like: 9 Best SEO Tools to Grow Your Website Traffic, FAST!

Comments   Leave a Reply

  1. Great Article it its really informative and innovative keep us posted with new updates. its was really valuable. thanks a lot.

  2. Gave me the white screen of death.

    1. This is more likely an issue with the functions.php file rather than the snippet. I would check the functions.php file to make sure,

  3. How To Remove The URL Field From WordPress Comments - WPMU.org March 26, 2013 at 5:17 pm

    […] a quick snippet I found the other day while browsing WPSNIPP.com. You can add the code below to your theme’s functions.php file or create a quick […]

  4. try it like this but not working if(have_some_suggestion){
    for_functions{
    ID);

    function unset_url_field($page_id ){

    if(isset($page_id [‘url’]))

    unset($page_id [‘url’]);

    return $page_id ;

    }

    }
    ————————————————————————–*/–>
    }
    }

  5. GoWebBaby WorDPress Firm August 17, 2012 at 7:40 am

    Why to remove url field from the comment form, it encourage commenter to comment instead of it better to assign no follow link attribute.

    1. This snippet is more for people that are working on a theme, removing the field could be used for product reviews or if they created a support tickets theme that does not require a url field.

      1. // I just want to unset from comment form the Home page

        add_filter(‘comment_form_default_fields’, ‘unset_url_field’);

        if($fields = is_home() || is_front_page() {

        function unset_url_field($fields){

        if(isset($fields[‘url’]))

        unset($fields[‘url’]);

        return $fields;

        }

        }

    2. I’m sure you’ve seen the URL field on the comments form. It’s there for a reason, but it’s also a pain in the butt.
      I’m going to show you how to remove the URL field from the comments form and replace it with a text field.
      The URL field is there for a reason. If you’re not familiar with it, it’s there so that you can link to another page on your site.
      For example, let’s say you’re writing a blog post and you want to link to another post on your site. You can do that with the URL field.
      You can also use the URL field to link to an external website. For example, if you’re selling a product on your site, you can link to a product page on another site.
      The problem with the URL field is that it’s a pain to use. You have to enter the URL manually, and it’s not very user-friendly.
      If you’re going to use the URL field, you need to make sure that you’re linking to a page that’s on your site. If you link to a page on another site, it won’t work.
      You’ll also want to make sure that the URL you’re entering is a valid URL. For example, you can’t link to a page that doesn’t exist. You can’t use a URL that’s too long or too short.
      You should also make sure that you don’t have any special characters in the URL. You can use special characters in a URL, but if you do, you’ll need to encode them.

Add a Comment Cancel reply

We're glad you have chosen to leave a comment. Please keep in mind that all comments are moderated according to our privacy policy, and all links are nofollow. Do NOT use keywords in the name field. Let's have a personal and meaningful conversation.

WordPress Launch Checklist

The Ultimate WordPress Launch Checklist

We've compiled all the essential checklist items for your next WordPress website launch into one handy ebook.
Yes, Send Me the Free eBook!