[Plugin: Query Multiple Taxonomies] URL Redirect Trouble
-
I have 3 dropdown boxes (taxonomies), Genre, Type and Year. When I select a term from the dropdown, in this case ‘Poet’, in just the Genre dropdown, leaving the other two dropdowns blank I get redirected to https://site.com/genre/poet/?type&year
Same thing when I try to filter posts just by the Type dropdown, and in this case the term being selected is, ‘Featured’ i get redirected to https://site.com/type/featured/?genre&year.
When I select an option (2011) for the Year dropdown, leaving Genre and Type blank, I get redirected to https://site.com/2011/?genre&type
When selecting all 3 options I get redirected to this url,
https://site.com/2011/?genre=poet&type=featuredBut when using just the Genre and Type option I get redirected to
https://site.com/?genre=poet&type=featured&year=
Which works perfectly, I get 404’s for the others.How can I choose between using either one, two or all three dropdowns, but still get a working link like this:
https://site.com/?genre=poet&type=featured&year=For example, if I were to select 2011 as the year and Poet as the Genre, how can I get it to redirect to
https://site.com/?genre=poet&type=&year=2011Or to redirect to https://site.com/?genre=&type=featured&year= if I just am using the Type dropdown, with the ‘Featured’ term.
https://www.ads-software.com/extend/plugins/query-multiple-taxonomies/
- The topic ‘[Plugin: Query Multiple Taxonomies] URL Redirect Trouble’ is closed to new replies.