Hey all,
I'm looking to generate a hierarchical breadcrumb from a taxonomy term (e.g. grandparent/parent/child) when all I have is the TID of "child". I've been toying around with taxonomy_get_tree()
, but it seems quite difficult to do without very heavy iteration. There has to be an easier way.
Thoughts?
Thanks!