I need to generate the URL of an archive page of custom post types with terms from 2 different taxonomies.
The post type slug is "technologies", and the 2 taxonomies of this post type are "applications" and "industries".
I have tried, for example: /technologies/?applications=processing&industries=food
But this does not return the expected result.
I have not written any rewrite rules as I was expecting wordpress could handle this natively.
Can anyone provide the correct URL syntax for what I need?
I need to generate the URL of an archive page of custom post types with terms from 2 different taxonomies.
The post type slug is "technologies", and the 2 taxonomies of this post type are "applications" and "industries".
I have tried, for example: /technologies/?applications=processing&industries=food
But this does not return the expected result.
I have not written any rewrite rules as I was expecting wordpress could handle this natively.
Can anyone provide the correct URL syntax for what I need?
Share Improve this question asked May 12, 2020 at 4:14 dygdyg 1298 bronze badges1 Answer
Reset to default 0I found the answer, which for future reference was:
/industries/food/?applications=processing