[ad_1]
Lets say I have a post type “lawyers” and taxonomy “city” and another taxonomy “services”.
I want archive pages for every pair of matching taxonomy terms. So lets say one of the cities is “Paris” and one of the topics is “Family Law”, there will obviously be the following archive pages:
* mysite\[.\]com/lawyers/paris
* mysite\[.\]com/lawyers/family-law
But in addition I also want an archive page:
* mysite\[.\]com/lawyers/paris&family-law
How would one do this? either with a plugin or with custom code?
[ad_2]