Support

Account

Home Forums Bug Reports ACF Pro – Options pages with Repeaters not working Reply To: ACF Pro – Options pages with Repeaters not working

  • ACF Pro 5.3.3.1

    I’m doing a new build and I’m having the same issue. The repeater field is returning the number of items in the array and not the array.

    while( have_rows('repeater_field_name','option') ): the_row();
    // do stuff
    endwhile;

    This test fails – actual field name is different.

    It’s possible this is a conflict with the theme I’m using for this project. GeoPlaces from Templatic. Their code does not always place nicely.