I need to know how to make one of the fields on my comment not NOT required. How can I set the e-mail field in the comment field to not be required, but optional?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
Update Well, as far as WP is concerned these are glued together. You can add your own check for empty name, something like this (not tested):
But then will also need to modify form generation so name is marked up as required and email not... |
||||
|