Support

Account

Home Forums General Issues Two taxonomy fields with the same custom taxonomy Reply To: Two taxonomy fields with the same custom taxonomy

  • so, imagine my CPT is MOVIE.
    My custom taxonomy MOVIE GENRE = (Animation, Horror, Action…)

    i have 2 Taxonomy fields i my form : Genre#1, Genre#1
    Both are linked and populated with MOVIE GENRE.

    I choose Animation for Genre#1 and Action for Genre#2.

    I display this data in admin columns, and so i have Animation,Action in column Genre#1 and Animation,Action in column Genre#2, instead of Genre#1:Animation Genre#2:Action this is the problem !!

    I know wp_set_object_terms() and do you think i have no other choice to use it ?
    thanks