One taxonomy for two meta boxes – sharing taxonomy
-
Hello everyone,
I am trying to figure out one thing regarding taxonomies.
I have custom post type for movies where I need to show Director and Actors.
At the moment I have two custom taxonomies – actor_taxonomy and director_taxonomy.
This works fine, I can add Director and add Actors when creating movie page and then show it to visitors.
The thing is – some actors actualy direct. Result is now I have same names in actor_taxonomy and director_taxonomy. So I would like to merge those two taxonomies in one taxonomy – name_taxonomy.My problem is how to properly achieve this? As I need to have possibility to add director and actors at the same time – I basically need two separate boxes that would render same taxonomy but based on some extra criteria (I only need director in Director field but actors in Actors field – source for both would be name_taxonomy).
I am kind of stucked and I am not sure how to continue.
Thanks for any help!
Best,
Victor
- The topic ‘One taxonomy for two meta boxes – sharing taxonomy’ is closed to new replies.