Last Child Category of Post
-
Hi
I am trying to get the last child category of a post
For example here is my category
Main Category
> Child Cat
>> Child of Child Cat
>>>>Child of Child of Child CatNow whenever I try to get the post child cat
the_category("", "single", $post->ID)
it only returns Child of Child Cat. Its not returning the last category.
I tried various other methods too found on the web, but each time the max access I get is up to Child of Child Cat.
Could anyone suggest a good code to grab the last child category id of a post in this case >>>>Child of Child of Child Cat
Thank you
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Last Child Category of Post’ is closed to new replies.