Tag format: {custom_field_repeater_first_item:field_name}
Returns the value of the first item in a repeater-type custom field stored in post meta. Works with ACF Repeater, Meta Box Group, and any plugin that stores repeater data as a serialised array in post meta.
| <!– Get first item from an ACF repeater named ‘team_members’ –>{custom_field_repeater_first_item:team_members} <!– Get first item from a Meta Box group named ‘gallery_items’ –>{custom_field_repeater_first_item:gallery_items} |
| 📝 Note: This tag skips looping – use it in card previews, headings, or wherever you need just the first repeater value. For looping through all repeater items, use the DP Repeater Query Loop extension described in the next section. |

