Hello,
assuming that I have the following category structure; slugs are bracketed, sub-categories are indented:
- Bicycle (bicycle)
- Red (red)
- Green (green)
- Blue (blue)
- Car (car)
- Red (red)
- Green (green)
- Blue (blue)
How can I achieve the following permalink structure?
example.com/category/bicycle/red/
example.com/category/bicycle/green/
example.com/category/bicycle/blue/
example.com/category/car/red/
example.com/category/car/green/
example.com/category/car/blue/
So there are multiple slugs with the same slug-name only differ by their main-category.
Kind regards
Hugo