Hi, i'm trying to find an answer to a problem i have.
at the moment my wp_list_comments is like this:
wp_list_comments('type=comment&callback=custom_comments')
but i also want to change from a list to divs, and to do this i must have this inside too:
wp_list_comments(array('style' => 'ol')
My question is how do i do both at the same time?