Hi there,
I’ve read this topic already about this subject, but can’t seem to figure it out even after following the simple steps.
Within ACF I created a repeater field (name=“upsell”) only consisting of a post object (name=“oplossing”) field
My structure is as follows:
Section
Row - Looper provider set to dynamic content - {{dc:acf:post_field field="upsell"}}
Column - Looper consumer
Div - Looper provider set to dynamic content - {{dc:looper:field key=“oplossing”}}
Image - {{dc:post:title}}
Headline - {{dc:post:permalink}}
As expected, three values are being pulled since the repeater of the CPT only includes 3 rows.
However, I can’t seem to pull the title and URL of the post object value.
I will share credentials with further instructions.