Can somone tell me why the categories are not showing up on http://onlinesinglesblog.com
Can somone tell me why the categories are not showing up on http://onlinesinglesblog.com
I'm guessing that the sidebar template has code to not show categories with no posts.
The default theme has <?php wp_list_cats('sort_column=name&optioncount=1&hierarchical=0'); ?>
So to show categories without posts add &hide_empty=0
<?php wp_list_cats('sort_column=name&optioncount=1&hierarchical=0&hide_empty=0'); ?>
Template_Tags/wp_list_cats
This topic has been closed to new replies.