wp_list_categories => list parent and children
-
I would like to display a specific category and that category’s children. I can’t get the children to display.
wp_list_categories( 'include' => $cat_id, 'depth' => 0, 'hide_empty' => 0 );
What am I doing wrong? Only the parent category is showing up.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘wp_list_categories => list parent and children’ is closed to new replies.