• 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)
  • Hard to say without seeing your site. Can you provide a link?

    With thousands of categories, it might make more sense to have a separate page to display all those categories, rather than forcing them to display one very page.

Viewing 1 replies (of 1 total)

The topic ‘Formatting wp_list_categories()’ is closed to new replies.