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 listing function

Thanks

5 Answers
5

The wp_list_comments() call accepts a callback argument, in which you can define the specifc comment-list markup that you want. I would suggest taking a look at how TwentyTen handles the wp_list_comments() callback.

Leave a Reply

Your email address will not be published. Required fields are marked *