Comment Textarea Above Fields
-
You need to check http://codex.wordpress.org/Function_Reference/comment_form again and read about the arguments you can pass to the function.
Edit: Well not a really god way but i made empty
comment_fieldargument and put its default value tocomment_notes_beforeargument. At least it gives me what I want.Problem solved. But there should be a better way to do it instead of putting textarea to the
comment_notes_beforeI wonder which parameter you were talking about. There is no legit way to do it…
Why? I’ve customised comment forms many times and comment_form() works just fine.
There is no legit way to move textarea (the big box where you write down your comment) above the fields (name/website/email). You can customize everything like fields, form name, id etc. But changing the position of textarea, it does not exist.
That can be achieved using pure CSS.
There is no legit way to move textarea (the big box where you write down your comment) above the fields (name/website/email). You can customize everything like fields, form name, id etc. But changing the position of textarea, it does not exist.
@fırat Akandere This might be of interest for you: https://gist.github.com/toscho/2553604
That can be achieved using pure CSS.
@esmi I’d like to see that. 😉
@glueckpress, thanks for the link!
That can be achieved using pure CSS.
@esmi I’d like to see that too 😉
The topic ‘Comment Textarea Above Fields’ is closed to new replies.
(@fakandere)
12 years, 10 months ago
Hi,
After using WordPress for a while I started designing my own theme. I need to move comment textarea above the fields. I checked comment_form function reference but could not find any solution for my issue. Is it possible to do it without hacking the WordPress core?