Hi everybody,
I'm trying to add category slug as class in the list generated by wp_list_categories() function.
For example:
<li class="cat-item cat-item-1 category-slug">
Is there any way to do so? I can't get it working...
Thanks for suggestions!