Support

Account

Home Forums General Issues How to display the number of the row of the repeater field ? Reply To: How to display the number of the row of the repeater field ?

  • Hi @Manuc

    You can also treat the repeater field value as an array:

    
    echo count( get_field('repeater_field') );