Hi,
1) How to make email field not required when posting comments on the portfolio item page?
2) How to place (*) star character next to the required field names?
3) How to put the following meassage " * Required fields." ?
Please help.
Hi,
1) How to make email field not required when posting comments on the portfolio item page?
2) How to place (*) star character next to the required field names?
3) How to put the following meassage " * Required fields." ?
Please help.
Hi bka835,
The comment form is a built in function of wordpress. You can change the settings for it in the wordpress Settings>Discussion
You can add/modify the text displayed above the comment form in the includes>comments.php file. Search for
echo "<span class='minitext'>".__('Want to join the discussion? <br/>Feel free to contribute!',
You can read some in depth information about the comment form here: http://codex.wordpress.org/Function_Reference/comment_form
Thanks for the info you, Devin!
I'll give it a try.
This topic has been closed to new replies.