Multiple dropdown search for multiple custom taxonomies on Wordpress -



Multiple dropdown search for multiple custom taxonomies on Wordpress -

i've been trying every code can find on net accomplish multiple drop-down search custom taxonomies on wordpress 4.0. have created custom taxonomies.

i building education directory , want accomplish 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 searches , submit "usa" "bachelor" , "science", display post tagged in terms.

if searches "usa" "bachelor" , leave major blank, display post tagged in "usa" , "bachelor" only.

i appreciate help! give thanks you!

wordpress search drop-down-menu custom-taxonomy

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -