I've been trying every code I can find on the internet to achieve a multiple drop-down search with custom taxonomies on Wordpress 4.0. I have created the custom taxonomies.
I am building an education directory and want to achieve something like this:
Country (<--custom taxonomy)
- Select Country -
- USA (<-- term)
- United Kingdom
- ....
Qualification
- Select Qualification -
- Bachelor
- Master
- ....
Major
- Select Qualification -
- Business
- Science
- ....
[Submit Button]
For example, if someone searches and submit for "USA" "Bachelor" and "Science", it will display all post that are tagged in the terms.
If someone searches "USA" "Bachelor" and leave Major blank, it will display all post that are tagged in "USA" and "Bachelor" only.
I really appreciate your help! Thank you!