وضاحت
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
تصوير
انسٽاليشن
- Upload the plugin folder to the
/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Visit the settings page under
Comments > Comment Form
to customize the form
جائزا
14 آڪٽوبر 2022
1 reply
Plugin perfectly works.
I have a store + blog. 95% of comments (product / post) are spams with links. And 95% of "sane" comments / reviews are without link.
=> I was looking after a plugin that would help me to withdraw the "link field" in wp comments. And happily found this one.
Thank you for the job! Even more useful than you may believe
7 ڊسمبر 2021
1 reply
I love this plugin for some reason. Just awesome. Thank you!
10 آڪٽوبر 2021
1 reply
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.
17 مارچ 2021
1 reply
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!!
10 نومبر 2020
1 reply
I was looking for a way to get the comment form displayed in Elementor when using the canvas template.
The shortcode worked perfectly and solved my problem.
Thanks for a great workaround.
24 آڪٽوبر 2020
1 reply
life saver
تعاون ڪندڙ & ڊولپرز
“Advanced Comment Form” اوپن سورس سافٽ ويئر آهي. ھيٺين ماڻھن ھن پلگ ان ۾ حصو ورتو آھي.
تعاون ڪندڙترجمو ڪريو “Advanced Comment Form” توهان جي ٻولي ۾.
ڊولپمينٽ ۾ دلچسپي؟
ڪوڊ براؤز ڪريو، چيڪ ڪريو SVN مخزن، يا رڪنيت حاصل ڪريو ڊولپمينٽ لاگ پاران RSS.
لاگ تبدیل ڪريو
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