This code without echo, will show all categories in variable that holds ‘9’ as the id number.
Note: Will only show category with posts. (make a test one to show it).
Get child of
1 2 3 |
wp_list_categories('child_of=' . $mycategory_id . '&title_li='); |
Get parent of
1 2 3 |
wp_list_categories('parent_of=' . $mycategory_id . '&title_li='); |