Additional form options based on category selected not working
To do what you are trying to do, you need to use add_query_arg() and get_query_var(), and then use your query arg/value to modify the query. I’ll give you an example of how I create similar “filters” in one custom Theme; you’ll need to modify it slightly to conform to your form-field markup rather than using … Read more