Anybody good with Wordpress custom post types/taxonimies?

patrick24601

The Action Man
Jan 29, 2007
640
6
0
Here is what I'd like to do

I have a list of designs. I have a list of houses. I have a list of neighborhoods. I am creating each of these as a custom post type.

A house will have only one design.
A house will be in only one neighborhood.
A design might be able to be built in one or more neighborhoods.

Creating custom post types and simple text fields is done. But I need to add lookup/xref fields. I need to be able to create a house and show a dropdown of all of the designs so the user can pick one. Same thing with neighborhoods.

Anybody ever done anything like that in Wordpress?