I have two post types: Product and Brewery. A product post has an ACF repeater where I can define multiple beverages within the product, and there are ACF fields: beverage name, description, image, and more.
In my brewery post, I want to display related products. I can also display the post title, content, and excerpt. But I can’t get the ACF field values from the repeaters within the related product.
The relationship field is set to return the post object. Under advanced, I have a bi-directional set.
My understanding may be incorrect here but any help is appreciated.