Categories should support multiple URIs for different contexts #11320
-
Categories can be applied to a wide variety of content types - a single URI for a category implies one category group can only ever apply to one content type. Consider a website with sections for "Blog", "News", and "Podcasts" - these may make sense to share a common category group but have different URLs such as:
Currently, I would need to either create & maintain 3 disjointed category groups or come up with a questionable custom-routing solution. To be honest, I'm not sure what a good solution looks like for this, but I think it's worth thinking about. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can still pull the category in from additional places, including other pages that appear to be dedicated to the category. You would just need to set up the route yourself, and query the category from the template. |
Beta Was this translation helpful? Give feedback.
category.url
should only give you a single URL though right? Which is where the URI comes in.You can still pull the category in from additional places, including other pages that appear to be dedicated to the category. You would just need to set up the route yourself, and query the category from the template.