Single variable selection problem – permalinks?
-
Awesome plugin. Could easily be a paid plugin! You are rocking it.
My issue is regarding the loss of the post archive under the following conditions:
I have three custom taxonomies set up (ex. size, color, brand), all set to display as checkboxes, and each with an “or” operator. Everything works great when there is at least a single variable selected in each of 2 or more of the field types. The result is something like this:
/?post_types=hats&color=pink&brand=kangol
Or
/?post_types=hats&color=pink,blue&brand=kangol,woolrichThe problem is when only a single variable is selected in a single field. In this example, I’d expect to see all pink hats:
/?post_types=hats&color=pinkBut instead I get the following url and an error, or a single post where there should be a list of more than a single result:
/colors/pink/?post_types=hatsShould I set my permalinks up differently?
Thanks in advance!
- The topic ‘Single variable selection problem – permalinks?’ is closed to new replies.