Sort posts after filtering them through multiple taxonomies
You could use a javascript redirect to for passing the appropriate query_params. Checkout WP’s default widgets file for the categories dropdown widget. When you select a new category, it automatically refreshes the page and redirects you to the archive for that category. I used this same trick (or code for that matter!) to change the … Read more