Problem:
The problem is that i need an specific page for some additional taxonomies (Manufacturer, target-group) wich are added to Woocommerce products beneath the standard taxonomies product categories and tags.
So i need for my both additional taxonomies a own taxonomy pag, without "destroying" it for the normal template pages?
Solution:
You can setup custom theme files for specific terms, see WordPress document:
https://developer.wordpress.org/themes/basics/template-hierarchy/#custom-taxonomies
taxonomy-{taxonomy}-{term}.php – If the taxonomy is sometax, and taxonomy’s term is someterm, WordPress will look for taxonomy-sometax-someterm.php.
Relevant Documentation:
https://developer.wordpress.org/themes/basics/template-hierarchy/#custom-taxonomies
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)