wp_list_categories not listing the Category while post not mapped

Need to add below code, to display the empty category links. This will display the all category links.

$args = array('hide_empty' => FALSE);
wp_list_categories($args);

Default value for “hide_empty” is “TRUE”.

 

Leave a Reply

Your email address will not be published. Required fields are marked *