0
votes
0answers
18 views

Making comment persist after error?

On my comment form I am using a filter that checks for "bad" word. If the message contains one these words, it gets flagged as spam it send a transient message back to the comment page. Now what I ...
1
vote
3answers
497 views

Change order of comment fields

Is there a way to display the comment field first and then the Name / Email / Website fields? I am using <?php comment_form( ); ?> in my theme. I am not looking for a CSS solution.
1
vote
5answers
927 views

How can i customize the comment list

I am using wp_list_comments() function to draw the comment list.But,I want change many things in the form like class,styles, reply link and etc... so please help me, How can i customize the comment ...