Add Taxonomy item via MB Frontend Submission

Support MB Frontend Submission Add Taxonomy item via MB Frontend Submission

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #15058
    1520078139@qq.com[email protected]
    Participant

    Is it posssiable to let vistors add taxonomies?

    for example I add a taxonomy named "student come from"

    the vistors can add "USA" / "Japan" / "England"

    #15059
    1520078139@qq.com[email protected]
    Participant

    technically

    the vistor can add to the wp_term talbe a record like

    term_id(auto insert)/name/slug(auto insert)

    auto(for example 123)/"USA"/"usa"

    at the same time add to the wp_term_taxonomy
    term_taxonomy_id 123
    term_id 123
    taxonomy student_comefrom
    description any
    parent 0
    count any

    I hope MetaBox can help

    PS:I have brought all the plugs

    #15060
    Anh TranAnh Tran
    Keymaster

    Hi,

    Yes, that's possible. Please add a new parameter 'add_new' => true to the taxonomy or taxonomy_advanced field and then users will have an extra input box to enter a new term.

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