Faking nested taxonomy terms? #5773
stephenmeehanuk
started this conversation in
General
Replies: 1 comment
-
I'm not sure that understand 100% but using a custom route in web.php should do the trick. Like Jason's link but use the I don't have the time to test now but something like |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
Is there a way to fake nested taxonomy terms?
Nesting terms isn't currently possible. So as a workaround I'm using multiple taxonomies. Which is... ok, but doing so changes the
url
Ideally, I need to use up to four taxonomies, but this would result in four different urls
Is there a way to show terms from multiple taxonomies on one url?
I've looked at this Custom Taxonomy Route Workaround, but this looks like it only provides a way to change the name of a taxonomy route. I think I'm looking for a way to mask the route?
Beta Was this translation helpful? Give feedback.
All reactions