Support

Account

Home Forums Add-ons Repeater Field Repeater field shortcode? Reply To: Repeater field shortcode?

  • How do I display a specific row in this updated version?

    [acf_repeater field="my-row" sub_fields="full-name,phone-num"]
    name: %full-name%
    phone: %phone-num%
    [/acf_repeater]

    I’ve been trying to work out where to add the %ROW% function in the code (like in the original code) but cannot get it to work correctly.