Advanced Comment Form

外掛說明

Advanced Comment Form enables you to customize the WordPress comment form right from your dashboard.

You can find the settings page under Comments > Comment Form in the dashboard.

Remove Fields

  • remove the email field for standard, and non standard comment forms
  • remove the website field for standard, and non standard comment forms

Change Texts

  • remove the message that emails are not published and which fields are required
  • remove the text about which html tags are allowed
  • insert custom text before the form
  • insert custom text after the form

Layouts

  • use a two columns layout for the comment form

Shortcode

  • [comment-form] shortcode to insert comment form into posts and pages

I am open to your suggestions for more features here or in the github repository

Important Notes

  • the plugin works only, if your theme uses the standard WordPress comment form function
  • options that where submitted with the comment_form function in your template overwrite most of the plugin functions

螢幕擷圖

  • Comment form before and after applying some of the plugin options
  • Two-column comment form layout

安裝方式

  1. Upload the plugin folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Visit the settings page under Comments > Comment Form to customize the form

使用者評論

2024 年 1 月 8 日 1 則留言
Very easy to use and it worked for my site. Much cleaner looking comment field now. Thanks
2023 年 7 月 31 日 1 則留言
This plugin does what it says. Thank you for creating it!
2023 年 3 月 20 日 1 則留言
<!-- wp:paragraph --> <p>Super to reduce spams, and all those just looking after backlinks, which are no more useful nowadays</p> <!-- /wp:paragraph -->
2021 年 12 月 7 日 1 則留言
I love this plugin for some reason. Just awesome. Thank you!
2021 年 10 月 10 日 1 則留言
Wanted to remove the website url line and email line from the comment form, plus leave a quick please stay on topic and be nice message, and this plugin allowed me to do it in just a few minutes. Thumbs up and thank you Thomas.
2021 年 3 月 17 日 1 則留言
I've spent WEEKS looking for a plug-in that would edit the website field OUT of the comment section for Pods Custom Post Types, this is the ONLY plugin that would do it by using the built-in CSS option! THANK YOU DEVELOPERS!!
閱讀全部 18 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Advanced Comment Form〉的開發相關工作。

參與者

將〈Advanced Comment Form〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.2.2

  • Ignore two-column style on screens below 480px

1.2.1

  • sanitize the input into text options using wp_kses_post to prevent the usage of scripts and disallowed tags and attributes.

1.2.0

  • added two columns layout
  • restructured admin area

1.1.0

  • renamed the plugin to Advanced Comment Form
  • hopefully fixed some issues with the readme file
  • remove website field using css as an alternative method
  • added [comment-form] shortcode to insert comment form into posts and pages

1.0.1

  • so many plugins written and still not getting the readme.txt right

1.0

  • first version of the plugin