ACF Repeater Dynamic Tags

The ACF Repeater Dynamic tags pull values from a specific row of an ACF Repeater field. They require ACF Pro (Repeater is a Pro-only ACF field type) and are designed to be used inside a Block Layout bound to that repeater via the ACF Repeater widget — see Understanding Block Layouts.

The Field Picker

Every Repeater tag uses a two-step picker:

  1. Repeater: Choose which ACF Repeater field to pull from.
  2. A second dropdown then appears, scoped to that repeater’s sub-fields of the matching type (Text, Image, etc.) — pick the specific sub-field.
ACF Repeater Dynamic Tag
Repeater dropdown followed by the sub-field selector

Context matters: When this tag is placed inside a Block Layout that the ACF Repeater widget is actively looping through, it resolves to the current row. Used anywhere else (e.g. directly on a normal template, or while just previewing), it falls back to the first row of the repeater.

The Tags

ACF Repeater Text

Outputs a text-type sub-field: Text, Textarea, Number, Email, Password, WYSIWYG, URL, Google Map, Date/Time Picker, or Color Picker.

  • Repeater / sub-field selector.

ACF Repeater Option

For choice-type sub-fields: Select, Checkbox, Radio, True/False, Button Group.

  • Repeater / sub-field selector.
  • Display Data: Show the option’s Key (stored value) or Value (human-readable label).
  • Separator: Text used between multiple selected choices.

ACF Repeater Boolean

Purpose-built for a True/False sub-field, letting you output custom text for each state instead of 1/0.

  • Repeater / sub-field selector (True/False fields only).
  • True Message: Text shown when the field is checked/true.
  • False Message: Text shown when unchecked/false.

ACF Repeater Image

Outputs an Image, File, or oEmbed sub-field as an Elementor image.

  • Repeater / sub-field selector.

ACF Repeater Url

Outputs a URL, Text, Link, oEmbed, or File sub-field as a link-ready URL.

  • Repeater / sub-field selector.

Outputs a Gallery sub-field as an Elementor gallery.

  • Repeater / sub-field selector (Gallery fields only).