Get sub category
-
I need to grab the sub category. How can I do that?
NB
<?php $cat = get_the_category(); $parentCatName = get_cat_name($cat[0]->parent); echo $parentCatName; ?>
gets me the wrong ancestor, but not the parent
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Get sub category’ is closed to new replies.