I want to show the last category level of a post
for example, I hav a post in category "Course -> resultat -> Trail"
I want to show just "trail"
Thanks if somenone can help
|
I want to show the last category level of a post for example, I hav a post in category "Course -> resultat -> Trail" I want to show just "trail" Thanks if somenone can help |
|||
|
|
|
Try the following. I've used This will return an array of terms (event if it contains just one). For instance, the post may have terms a,b,c,d,e in the relationship:
In which case the following will return (as an array) the terms
It will return an array of one term -
|
|||
|
|
|
This will work if you don't assign multiple categories to the posts.
or just
Updated according the first comment. |
|||||||
|
|
this work for me
|
|||||||||
|