Wordpress - Drop down with custom taxonomy

pxoxrxn

Supreme Member
Joined
Dec 21, 2011
Messages
1,398
Reaction score
2,083
hey everyone, I want to be able to put about 3 drop down menus in a row on a wordpress page. The page gets posts from a custom post type and will have three custom taxonomy terms attached to each post for region, type and budget. I want the drop down menus to select all posts from that post type that have the three taxonomy terms. Does anyone know how to do this? If you have a solution that will work I don't mind paying for it.

Cheers
 
if you are using a menu, try creating a new one and adding the CPT and taxonomy there.

If you want a different solution, you can try coding it by calling all the post from that CPT.

Hope that helps bro!
 
Basically if you got the HTML structure, you can recreate it with PHP or whatever dynamic language. If you use Bootstrap or some framework, you can find lots of free templates.
 
Basically if you got the HTML structure, you can recreate it with PHP or whatever dynamic language. If you use Bootstrap or some framework, you can find lots of free templates.
I could not understand your solution; what's it with OP WordPress adding custom taxonomies in the menu issue. Could you elaborate more?
 
Back
Top