Same template for all specific taxonomy terms #4975
Unanswered
megasupernoob
asked this question in
Q&A
Replies: 1 comment
-
Why do you think you need a template for each term? Have you seen the docs on views? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a Statamic (3.2.x) site with these taxonomies:
TAXONOMIES:
-- Categories
----- cat 1
----- cat 2
----- cat 3
-- Tags
------ tag 1
------ tag 2
... etc.
Currently if I create a new Category > Term, for example, "cat 4", I also need to create a template for it. What I want to do is to use a single template for all Categories, and a single template for all Tags. So if I or another site administrator creates a new category term then it would automatically use the default Categories antler template.
How can I achieve that?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions