Support

Account

Home Forums Front-end Issues Count total number of post objects Reply To: Count total number of post objects

  • 
    $count = count(get_field('featured_developments'));
    // use this number for the count of rows
    if (have_rows('featured_developments')) {
      // etc....
    }