Skip Navigation

[Resolved] How to display category term on category term page

This thread is resolved. Here is a description of the problem and solution.

Problem: I would like to display the name of the taxonomy term in an archive for the same taxonomy term.

Solution: In a taxonomy archive you can use the wpv-taxonomy-archive shortcode, like so:

[wpv-taxonomy-archive info="name"]

Relevant Documentation:
https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-taxonomy-archive

This support ticket is created 4 years, 11 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 2 replies, has 2 voices.

Last updated by davidR-12 4 years, 11 months ago.

Assisted by: Christian Cox.

Author
Posts
#1393637

I have a page here (password: Europa-808):
hidden link

This is an archive term page created with an archive view. I want to display the name of the current archive term (Austria in this example) at the top. How do I do this?

#1393651

Hi, you should be able to use the wpv-taxonomy-archive shortcode for this.

[wpv-taxonomy-archive info="name"]

https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-taxonomy-archive

If this isn't working in your case, I'll need to take a closer look.

#1396687

Hi Christian,

Yes that worked perfectly. Thank you.

David