开发者

displaying parent terms in taxonomy view title?

开发者 https://www.devze.com 2023-01-12 01:05 出处:网络
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.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消