Output Categories with childs
-
Hello,
i need a list of all categories with childs.
News - News 1 - News 2 - News 3 Posts - Posts 1 - Posts 2 - Posts 3 - Posts 4 - Posts 5 Feedback - Feedback 1 - Feedback 2
I tried it with
$categories=get_categories( array( 'parent' => $cat->cat_ID ) ); foreach ($categories as $c) { echo '<li>'.$c->cat_name.'</li>'; }
but i just get the parents.
Thank you very much in advance
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Output Categories with childs’ is closed to new replies.