<?php $rows = get_field('repeater_field_name' ); if( $rows ) { $first_row = $rows[0]; $first_row_title = $first_row['title']; // Do something... }