I have several CPTs:
Hotels, URL = /hotel/article
Restaurants, URL = /restaurant/article
Activities, URL = /activity/article
For EACH CPT I need one filter per city.
I created a taxonomy "destination", my concern is the URL
Currently = destination/place/
MY WORRIES: I want a URL of the type:
/Hotel/location/item
/Restaurant/location/item
/Activity/place/item
To say things differently if unclear, I want the URL to be like the permalink, live example: hidden link
Permalien = Home »Madagascar Hotels» North »Nosy Be» Nosy Lodge
Reason = referencing, I will be able to position myself on each specific search term
But how to do it ?
My concern is the URL, I do not find how to make the taxonomy dependent on the CPT. I tried to replace the taxonomy slug by the source of the CPT but it break the taxinomie
Is there any documentation that you are following?
I read a lot of yout tuto but don't find answer / explication on this, so no documentation following
Is there a similar example that we can see?
Yes, TRIPADVISOR.
We choose on the font page the catéorie "hotel" / "restaurant" /etc... AND the citie. If clic, you go to a url like hidden link
so /hotel+citie/
Hello. Thank you for contacting the Toolset support.
Well - Types offers the way you can alter the post type slug by using "Use a custom URL format" under "Rewrite" option, when editing your CPT Please check the following image.
=> hidden link
Any customizations with URL rewrite using place-holders, you need to add rewrite rules and that needs custom programming.