Taxonomy Field: Allow users to create mutiple new terms when submitting the post

Support General Taxonomy Field: Allow users to create mutiple new terms when submitting the postResolved

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #33592
    LeerpodiumLeerpodium
    Participant

    Hi,

    When I add a taxonomy field to a meta_box:

    array(
        'name' => 'Taxonomy',
        'id' => 'taxonomy',
        'type' => 'taxonomy',
        'taxonomy' => 'category',
        'field_type' => 'select_advanced',
        'add_new' => true,
    
    )

    I can only add one new term to the post when submitting the form.
    Would it be possible to let users add multiple new terms to a post?

    Thanks in advance.

    Cheers,

    Tako

    #33614
    Long NguyenLong Nguyen
    Moderator

    Hi,

    Currently, field taxonomy only supports adding one term when submitting the post. I will inform the development team to consider supporting adding more terms in future updates.

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