get_category_parents question
-
The following code:
<?php echo(get_category_parents($cat, TRUE, ' » ')); ?>
as stated on the function reference should output this:
Internet ? Blogging ? WordPress ?
The problem is i’m getting only:
Internet ?
and it will not display childs of that category…
where could I be wrong ?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘get_category_parents question’ is closed to new replies.