Basically, WordPress doesn’t list the empty categories in its category list. Then how to show empty categories in the category list?. In this note, I’d like to share a simple script for this problem. In WP, we’re using wp_list_categories() to lists the categories. There is an argument in this function…