multiple taxonomy fields using a single taxonomy on the same page bug!

Support General multiple taxonomy fields using a single taxonomy on the same page bug!Resolved

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #14120
    aaronaaron
    Participant

    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',
    ),
    #14121
    aaronaaron
    Participant

    Oops...

    This was my error:
    'type' => 'taxonomy_advanced'

    I was setting the current posts taxonomy not saving the taxonomy ID!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.