Home › Forums › General Issues › Repeater field on taxonomy help › Reply To: Repeater field on taxonomy help
Hi @shrimp144
I have moved this reply into it’s own topic as it was not a continuation of the previous topic.
I’m not sure exactly what the issue is here, but I’ll take a guess that it is:
the_sub_field('title1, $term->taxonomy.'_'.$term->term_id');
The the_sub_field functions only have 1 parameter, not 2.
Double check the docs again to see if you have missed anything else, and give it another go.
Also, echo $wpr;
wont work because it is an array. Use a var_dump function instead to print an array
Thanks
E
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.