Comment form: show the comment box above name/email fields
-
Hey!
I’m wondering if and how I could reorder the elements of commenting form when using comment_form();
By default it displays:
[name]
[email]
[url]
[comment box]What I’d like to have:
[comment box]
[name]
[email]
[url]Seems like a rather trivial thing to achieve, but I can’t figure it out. My current solution is to use jQuery’s insertBefore, but that doesn’t really classify as a good solution…
Any ideas?
- The topic ‘Comment form: show the comment box above name/email fields’ is closed to new replies.