Home › Forums › General Issues › Is this possible? › Reply To: Is this possible?
The answer is Yes and also No.
Yes because a taxonomy field can be set to save and load terms. This will do what you want.
No because you have the taxonomy field in a repeater and this causes save and load terms to not work correctly.
In order to do this you need to do 1 of 2 things.
1) Rework the site so that you do not need a repeater.
2) Add custom PHP code to the site to correctly save terms. To do this you need to create an acf/save_post filter. In this filter you would loop over the repeater and collect a list of terms and then use the WP function to set the post terms.
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.