• Resolved gptrading

    (@gptrading)


    Hi and thanks for your great plugin.
    at the last update, you added what I wanted for a long time for the taxonomy terms field (choose a child or parent). Now how can I save the selected terms to my custom post type?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Konrad Chmielewski

    (@hwk-fr)

    Hello,

    I’m glad you enjoy the new Taxonomy Terms field, it’s indeed very useful ??

    I planned to add both Load Terms & Save Terms settings (just like ACF does with the classic Taxonomy field). I’ll add this feature in a future patch, but meanwhile, you’ll have to add custom PHP.

    You should take a look at how ACF does it in the file \acf\includes\fields\class-acf-field-taxonomy.php line: 341 + 411 and use it within your own custom hooks: acf/load_value & acf/update_value.

    I don’t have much time right now to write this code for you, so if you’re not very familiar with PHP & ACF, I would suggest you to wait for the patch that will add this feature. I’ll let you know as soon as it’s up!

    Have a nice day,

    Regards.

    Plugin Author Konrad Chmielewski

    (@hwk-fr)

    Hello gptrading,

    Just to let you know that the latest ACF Extended 0.8.3 Update added this feature! You now can use the “Load Terms” & “Save Terms” settings in the Taxonomy Terms field. It will behave the same way as the ACF Taxonomy field ??

    Have a nice day!

    Regards.

    Thread Starter gptrading

    (@gptrading)

    Hi,

    wow, that’s great. thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how to save taxonomy terms to connected post’ is closed to new replies.