Support

Account

Home Forums General Issues Looping over a ACF Group but retrieving get_field_objects? Reply To: Looping over a ACF Group but retrieving get_field_objects?

  • You would need to loop over the group field using have_rows() rather than getting the group field, see the loop example for group fields. Doing this you can then use get_sub_field_object() in the loop to get each field object.