Make wp_list_categories() include categories that contain only private posts
Set the parameter hide_empty to false. <?php wp_list_categories( ‘hide_empty=0’ ); ?> wp_list_categories() in the WordPress Codex.
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed