I think I’m going mad! I must have set this kind of thing up 100 times, but for some reason I can’t seem to get this to work.
I have a post object ACF field setup to allow users to select testimonials to display on a particular page. The return format for this field is set to ‘post object’. This field is named ‘testimonial_selection’
Within my page, I have a slider setup and the looper provider is setup on the slider content wrapper (dynamic content and the input is set to: {{dc:acf:post_field field=“testimonial_selection”}}. I’m assuming this is correct as the field ‘testimonial_selection’ should be available to the page as I’m using other fields in the same way on the same page.
The looper consumer is set at the slide level at which point I should be able to access the post type ‘testimonial’ which will be returned by the post field, ‘testimonial_selection’. Within the testimonial post type, I have a field called ‘short_summary’ which I’m trying to display. However, this just comes back empty. Interestingly, I can output the looper index, so I can see there are three testimonials selected at the page level, but I can’t access any of the testimonial fields.