Support

Account

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?