Support

Account

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

  • Try this:

    <?php echo count( get_field('repeater_field') ); ?>