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 |
|||
|
|
|
You could just take a look at the Codex Page for wp_list_comments which has some example code for customising comment listings. You will see from that page that you can add a callback function to |
|||||||||||||
|
|
If you need extensive customization you should extend |
|||||
|
|
Comment is Easily Customaziable. for example: code for cancel the reply link
if you want custom the Text like Reply means Replace Text...
Text to display as a link. If empty, it will return the default: 'Click here to cancel reply.'it should be work. |
|||||||||
|
|
I'd look at using comment_form();. It will give you a default layout of a comment form but you can pass |
|||