I have a custom post type named ‘itineraries’ and its slug is being rewritten to ‘destination’
My urls to a single itinerary post look like this: /destination/%post-name%/
I have a custom taxonomy named ‘location’ to organize the itineraries.
I would like my urls to look like this: /destination/%location-name%/%post-name%/
Any ideas how to achieve this?
Read more here: rewrite url for a single custom post on a multisite