Formatting wp_list_categories()
-
Hello,
I have thousands of categories on my website which is why I’ve decided to use wp_list_categories() in the widget (with exec php plugin). How do I format this to look the same as my other lists on the other widgets? Here’s the code for the wp_list_categories part:
<?php
wp_list_categories(‘orderby=name&order=ASC&title_li=&depth=1’);
?>Thanks.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Formatting wp_list_categories()’ is closed to new replies.