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”.
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”.