Search code examples
wordpresswp-list-categories

wordpress sidebar issue with wp_list_categories showing NO Categories


So on my wordpress install. I am trying to display category list in the sidebar but having issue with wp_list_categories function. There are handful of categories in the system but this function just prints "NO Categories".

Can't figure out why.

Any ideas?


Solution

    1. Make sure you have at least 1 Post in every category you want to display

    2. wp_list_categories should be outside of the wordpress LOOP. You'll probably need to provide the sidebar's code before the LOOP's code.