Remove Website URL Field From Comment Form

Descrizione

Usually the comment spammers’ main goal is to get a do-follow or no-follow link from your website. Remove Website URL Field plugin allow you to remove the website URL field from the comment form from your blog/website. This prevents automated bots to post spam links on your website. It also helps your website retain the SEO Juice.

This is a lightweight and simple plugin which does not require any settings. The perfect way to discourage spam is to remove the “Website” or “URL” field entirely from your WordPress website.

Benefits of Removing Website URL Field from the Comment Form

  • Reduced Spam
  • Improved User Experience
  • Faster Commenting
  • Increased Interaction
  • Encouraging Quality Comments
  • Less Maintenance

Usage

Everything you need to discourage spammers from leaving useless or irrelevant comments in your precious blog posts. Simply activate this plugin and the URL file will not apear in your comment form.

Screenshot

  • Showing a default comment box of WordPress Twenty Twenty one theme, notice it does not have Website/URL option.

Installazione

  1. Download and unzip the file.
  2. Upload the folder remove-comment-url using FTP program into ‘wp-content/plugins/’ folder.
  3. Activate the plugin and it will remove the URL file from your comment form.

Recensioni

29 Novembre 2023
Great plugin. But it would be helpful to also remove existing links. Example: add_filter( 'get_comment_author_url', function( $url, $comment_ID, $comment ) { if ( ! is_admin() && $comment->user_id !== get_post()->post_author && ! user_can( $comment->user_id, 'manage_options' ) ) { return ''; } return $url; }, 10, 3 );
Leggi tutte le recensioni di 2

Contributi e sviluppo

“Remove Website URL Field From Comment Form” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

“Remove Website URL Field From Comment Form” è stato tradotto in 1 lingua. Grazie ai traduttori per i loro contributi.

Traduci “Remove Website URL Field From Comment Form” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.