any ideas on how this can be formatted to print out extra attributes in the wp_list_categories function?
at the moment, this functions returns the following values
<ul class="projects">
<li class="wp-post"><a href="category/projects">Projects</a></li>
</ul>
How can I change this function to out put 'id' and 'title' tags for both 'li' and 'a' elements?
Is there a file somewhere that this can be directly edited or do I need to find a plugin?