Home › Forums › Add-ons › Repeater Field › Shortcode to display ACF repeater field from Options table › Reply To: Shortcode to display ACF repeater field from Options table
Hi John,
Thank you for pointing this out. I’ve added “option” to the IF statement too.
However, I’m getting no data returned from my shortcode.
So I have a repeater, “services” with sub-fields of “service-name”, “service-description-short” and “service-description-long”
I just want the “name” and the “short description” so using the shortcode:
[acf_repeater field="services"]
service name: [acf field='services_1_service-name']
service desc: [acf field='services_1_service-description-short']
[/acf_repeater]
What is displayed is:
service name: service desc:
It’s not populating with the data from my repeater second row (I’ve tried it with %ROW% 0 for the first row too, that’s the same result)
What am I not getting?
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.