You are going to have to get into URL re-writing which is notoriously pretty complex. However, there are several good answers on this site explaining how to do something similar. This one in particular
Many to Many Taxonomies or rewrite rules?
I also followed the tutorial Advanced Taxonomy Queries with Pretty Urls… which is very similar in scope.
Related Posts:
- Using multiple taxonomies to sort Custom Posts
- wp_get_object_terms() to get a list of all the terms attached to all the posts in the current query
- How to build a multi-taxonomy, multi-term query based on user input
- How to build a achieve page for a custom CPT with multiple taxonomy button filter
- Multiple Tax Query with Meta Key
- taxonomy query to output slugs instead IDs
- Mixing custom post type and taxonomy rewrite structures?
- How to add images to taxonomies?
- Efficient Taxonomy Intersection
- Filter posts by multiple custom taxonomy terms using AND operator in REST API v2 (WordPress)
- Taxonomy menu with post count and multiple parents
- How to choose which template to be used for multiple taxonomy query?
- Counting number of posts with Category B in Category A
- query multiple taxonomy and show post count
- SQL Statement generated by WP_Query not producing expected results
- Group Custom post type in a page by its taxomony tag
- Taxonomy posts on Archive page
- How do I search WordPress by different fields without a plugin?
- Add_query_arg + two times the same argument?
- Combine multiple custom user taxonomy in single url
- How to Get All Taxonomies AND All Terms For Each Taxonomy With Post Count Zero
- Taxonomy , subtaxonomy,child taxonomy of a product woocommerce
- Query 1 taxonomy term, exclude another
- Include CPT values in another CPT?
- “NOT ONLY IN” taxonomy query operator?
- Related Tags Concept
- Best way to programmatically link to multiple categories (union/intersection) [closed]
- get_terms() for custom taxonomy related to another taxonomy
- Show list of custom taxonomies when another taxonomy is selected
- How to speed up a wordpress function with multiple loops?
- How do I query a taxonomy term range
- Create Advanced search with taxonomies (not filter list)
- Formulate a url to show posts with both taxonomy terms
- Creating a multi-taxonomy query, excluding the newest (read: highest ID) taxonomy term
- Using a checklist to search against metadata
- Adding multiple taxonomy filters to functions.php
- tax_query operator woes
- How do I taxonomy terms based on terms they are used alongside?
- Querying two taxonomies
- Taxonomies on custom taxonomies
- Retrieve Custom Taxonomies according to posts selected
- How do I display the grand child items of a taxonomy term?
- Custom Post Type Loop with Query Var
- Full Custom Post Type List Organised by two Taxonomies
- Filter custom posts by multiple taxonomies
- Combining categories (Query posts with multiple taxonomy terms)
- Modify users.php query with multiple taxonomies
- List posts in a category grouped by other categories?
- Query most popular terms by taxonomy over 2 week period
- Passing form inputs into multi-taxonomy query
- simple tax_query intersection
- Custom select query for taxonomies that have posts categorized in another taxonomy
- Finding the category id’s on category intersection pages
- Query all post and CPT from 2 specific taxonomies AND by ACF custom field
- How to get custom taxonomy terms based on another taxonomy?
- Secondary WP_Query being overriden in archive page
- I have custom post type with custom taxonomy. But not found the taxonomy page..
- Group Custom post type in a taxonomy page by its child taxomony
- Grab all Custom Posts by multiple taxonomies and terms
- How to List Custom Post Type Titles Based on Theirs Taxonomy Terms Inside a Nested Loop
- List terms of custom taxonomy if matches other taxonomy
- best way to use custom taxonomy, post type and meta in a job system
- Showing relevant categories on custom taxonomy template
- Exclude taxonomy term from list of current taxonomy terms
- How to get post count of specific taxonomy that have store name & category
- How to get related taxonomies based on a category with mysql query?
- How do I compare the value of two taxonomies in a wp_query
- Custom taxonomy: on the taxonomy term page show other taxonomy terms
- How to filter custom post type by multiple Taxonomies
- Show posts from two specific category in WP_Query
- ACF multi taxonomy on filterable gallery
- WP Query by 4 different taxonomies
- Get custom taxonomy terms that contain posts that have another taxonomy term
- How to limit number of category term display in home page grids?
- Custom Taxonomies Archive Page 404
- list all post who have mutual taxonomy as current taxonomy!
- Get All Taxonomy Terms From Get_terms Array With Specific Array Key
- Query Multiple Taxonomies and Multiple Terms with Different Operators
- WordPress multiple loops with default pagination
- Taxonomy archive, categorised by other taxonomy, not hiding empty taxonomies
- Multiple Taxonomy post query with exclusion
- WP Tax query & order by tax query not working
- Multiple WordPress Sites, Same Database but Filtered Content
- Combine Tax Archive and Meta_Query in WP_Query
- Custom taxonomy and query multi conditions
- Custom query to order by multiple taxonomies
- Multiple taxonomies, what should the permalink look like?
- Post Filter clearing on pagination $_post
- How to get multiple Taxonomies not All Taxonomies?
- Query multiple taxonomies with pagination
- Generate multiple tag query URLs
- Displaying child taxonomies
- How to create a list of terms who’s posts also have a predefined external term?
- Complex Taxonomy scheme
- WordPress Two Level Filters on Getting Custom Taxonomy Terms