Tagged Questions
2
votes
1answer
122 views
Show comments fields in two columns
I am using comment_form(); in loop-single.php file to show the comment form. I have the following fields in it: Name, Email, Website, Title, Comment. Currently all these form fields show underneath ...
1
vote
1answer
190 views
Saving value of a selection option in comment form as comment meta
In a plugin that I am writing I need to let user choose an option from a dropdown list before they post a comment. I used the comment_form action and inserted a drop down into the comment form.
/**
...