Set the parameter hide_empty
to false.
<?php wp_list_categories( 'hide_empty=0' ); ?>
wp_list_categories() in the WordPress Codex.
Set the parameter hide_empty
to false.
<?php wp_list_categories( 'hide_empty=0' ); ?>
wp_list_categories() in the WordPress Codex.