Support

Account

Home Forums Front-end Issues Repeater – if 3 row or if more Reply To: Repeater – if 3 row or if more

  • Hi @forbiddenchunk

    You will need to check the repeater row count as follows.

    $count = count(get_field('repeater_name'));

    You can then show the each code set depending on the row count.

    Hope this helps.