Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

Hi I am trying to create a Wordpress website where a user can post a car that he is trying to sell with contact details for it.I got most of the things figured out on how this website will work.My only problem is creating a searchform for it.

I would like the searchForm to contain two boxes the first one should have a list of all the cars and the second one a list of all the models.When the user selects a car from the first box the second box should Dynamicly generate a list of model cars.I do not know if this is even posible in Wordpres because I could not find any resources on this.

Is there any way to achieve this? I am not looking for exact code but some directions on this if there are any

share|improve this question

1 Answer

If you are implementing your car and models as custom taxonomies, then this plugin will probably help you out.

http://wordpress.org/extend/plugins/query-multiple-taxonomies/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.