Getting ACF relationship field information
Relationship fields can either return an Objects or a Post IDs. That’s up to you (you can choose it when creating the field). Either way that object or ID would be returned inside an array, because the field gives you the option to select multiple values. So in your loop: $members = get_field(‘committee_members’); // assuming … Read more