ben(ny) pearson|
Make wp_list_categories() include categories that contain only private posts
January 20, 2013
Set the parameter hide_empty to false.
<?php wp_list_categories( 'hide_empty=0' ); ?>
wp_list_categories() in the WordPress Codex.