I'm customizing wordpress by creating several taxonomies for a website.
Actually, I created 'Services' custom post type with several taxonomy in it. Then, I'm going to create 'Case History' custom post type where I'd like to re-use 'Service' posts.
I can show them on the backend (Case History add new item) by using WP_Query, but I had problems in saving them. So i've this doubt: is it possible to create a relationship between two different taxonomies? Is it possible to do that? Maybe I'm wrong somewhere ...
update: maybe it would be better if I explain this question this way. Can i use a custom post type ('Service') as a taxonomy inside another custom post type ('Custom post type') ?
update2: thx guys. I did solve my problem by using this plugin (cpt onomies)