I created a Custom Post type and in that custom post type have a hierarchical taxonomy (categories).
Here's an example of the categories I made:
Hats
- Mens
- Womens
Shoes
- Mens
- Womens
The problem is that when I go to the "Mens" sub-category of the "Shoes" Main category it goes to the Mens category of the "Hats" category, i'm guessing it's because the URL of the two is the same.
What is the best way around this problem?