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
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
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.