Support

Account

Home Forums Add-ons Repeater Field Count Repeater Items Reply To: Count Repeater Items

  • 
    <?php
      // REPEATER NAME
      if( have_rows('grid') ): 
        
        
        $row_count = count(get_field('grid');
        // OR if this is a sub field
        $row_count = count(get_sub_field('grid');