Skip Navigation

[Resolved] Change category title of primary category page

This support ticket is created 4 years, 1 month 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
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 1 reply, has 2 voices.

Last updated by Luo Yang 4 years, 1 month ago.

Assisted by: Luo Yang.

Author
Posts
#2051117

Hey guys,

So I'm having an issue with changing the category title, of my primary category-page:

hidden link

All other categories are set up with "Hundeskove i " + "category title". Although as you can see from the link, my primary category page does not need this addition. Is there a way, that I can easily change this title, ONLY for this specific URL? Changing the category title to "Danmark" would be perfect, but only for this specific URL.

Thanks a lot

#2051403

Hello,

In the taxonomy archive page, you can get current term's title with shortcode [wpv-taxonomy-title]:
https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#wpv-conditional

Use it in Toolset conditional block, check if it is "Hundeskove", then output what you want:
https://toolset.com/course-lesson/using-toolset-conditional-block/