Home › Forums › ACF PRO › Repeater field problem › Reply To: Repeater field problem
I want to help you but your English is not optimal so it’s hard to understand at some points.
If you have a field for taxonomy, it returns should return either an object or a taxonomy id. So if you echo $row[‘term_link’] it will not be a link, but an object or an ID.
So instead of $row[‘term_link’] it should be get_permalink($row[‘term’]) (to create a link out of the returned value).
“I left without filling the taxonomy, of course nothing will appear, but the content with the images of the gallery appears normally.”
If you leave out the taxonomy selector, the rest should still show since they’re not depending on each other (as far as I can see in your code).
I think it would be a lot easier if I could look at (all) your code. If you’re online, contact me through my website, maybe I can help you out. Might go faster than this.
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.