Say I´ve registered 3 Custom Post Types:
- attractions
- hotels
- shops
.. and I´ve a Custom Taxonomy called "District" with -among others - the term "center"
Would it be possible to do this:
mysite.com/attractions/center/- showing all attractions in the District "center"mysite.com/hotels/center/- showing all hotels in the District "center"mysite.com/shops/center/- showing all shops in the District "center"
I´m not sure if I can use the same second-level slug ("center") several times...
Thanks :)