Remove Website URL Field From Comment Form

外掛說明

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.

螢幕擷圖

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

安裝方式

  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.

使用者評論

2023 年 11 月 29 日
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 );
閱讀全部 2 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Remove Website URL Field From Comment Form〉的開發相關工作。

參與者

〈Remove Website URL Field From Comment Form〉外掛目前已有 1 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈Remove Website URL Field From Comment Form〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄