Home › Forums › Backend Issues (wp-admin) › Taxonomy load value creating new term › Reply To: Taxonomy load value creating new term
This is an issue with WP1.6, I think.
I ran into the same problem when writing a custom import script. It seems when running wp_set_post_terms
you must use term names (slugs) rather than IDs.
Only the categories
taxonomy uses IDs, now.
Ref: http://codex.wordpress.org/Function_Reference/wp_set_post_terms
It seems the ACF plugin is setting the terms using the term IDs, rather than the slug. If that’s the case, should be a simple fix. 🙂
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.