displaying parent terms in taxonomy view title?
I have a Taxonomy View with all nodes h开发者_如何学运维aving a specific taxonomy term.
At the top of the view I can read the term name.
If the term is a children of another term, I would like to display the parent as well on the top of the View
parent > children
How can I make it ?
Thanks
Add in header of views php code, that will print parent of current term.
I've solved enabling breadcrumbs. They perfectly works with taxonomy terms as well
精彩评论