X

Como remover o campo URL do formulário de comentários

Snippets by IsItWP

Você está procurando uma maneira de remover o campo URL do formulário de comentários? Esse snippet permite que você remova facilmente o campo URL / site do formulário de comentários no WordPress.

Instruções:

Tudo o que você precisa fazer é adicionar esse código ao arquivo functions.php do seu tema ou em um plug-in específico do site:

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

Observação: Se esta é a primeira vez que você adiciona trechos de código no WordPress, consulte nosso guia sobre como copiar/colar corretamente trechos de código no WordPress para não danificar seu site acidentalmente.

Se você gostou desse snippet de código, considere dar uma olhada em nossos outros artigos no site, como: 9 melhores ferramentas de SEO para aumentar o tráfego do seu site, RAPIDAMENTE!

Comentários   Deixe uma resposta

  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 março 26, 2013 em 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 agosto 17, 2012 em 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.

Adicionar um comentário

Ficamos felizes por você ter optado por deixar um comentário. Lembre-se de que todos os comentários são moderados de acordo com nossa política de privacidade, e todos os links são nofollow. NÃO use palavras-chave no campo do nome. Vamos ter uma conversa pessoal e significativa.

WordPress Launch Checklist

A lista de verificação definitiva para o lançamento do WordPress

Compilamos todos os itens essenciais da lista de verificação para o lançamento de seu próximo site WordPress em um ebook prático.
Sim, envie-me o livro eletrônico gratuito grátis!