- This topic has 1 reply, 1 voice, and was last updated 1 year, 10 months ago by .
-
Topic
-
Hi,
I have two taxonomy fields, both using the same taxonomy.
When i save the post/page the lowest field updates the previous fields?They have unique ID’s.
Even when placed inside different metaboxes the one updates the other.array( 'name' => 'Area Left', 'id' => "{$prefix}venue_left", 'type' => 'taxonomy', // Taxonomy slug. 'taxonomy' => 'venue', 'field_type' => 'select_advanced', ), array( 'name' => 'Area Right', 'id' => "{$prefix}venue_right", 'type' => 'taxonomy', // Taxonomy slug. 'taxonomy' => 'venue', 'field_type' => 'select_advanced', ),
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.