signemarie
Member
Posted 1 year ago #
Hello!
I am trying to edit the entire comment form on my blog, everything from 'leave a reply' to 'required fields are marked' and the 'post comment' button.
I am using Oulipo and my blog is here: http://www.generationgroen.org
I have looked everywhere in the template but cannot find it. Is it just not possible, or?
Thank you in advance!
it uses the wordpress comment_form() function to create it so you'll have to look at this page or search under that tag to figure it out:
http://codex.wordpress.org/Function_Reference/comment_form
mostly it comes down to putting together a new default array to send through it. i was able to morph mine into a contact form on one page while adjusting it to my needs on for individual posts.