Support

Account

Home Forums Backend Issues (wp-admin) ACF make a post private if there are no rows in a repeater field. Reply To: ACF make a post private if there are no rows in a repeater field.

  • Hi @james,

    I have multiple repeater rows but still when I echo the count () function, it shows me that only 1 row is there.

     <?php $rows = count(get_field('sub_seminars')); 
          echo count($rows); ?>

    I don’t know what is wrong, and this is giving me nightmares.

    Even the repeater that has no rows, it shows count as 1