Hey, I am trying to display the data of a repeater but just can’t get anything to show.
I’ve created the following:
Field-Group “Projekte”
Field “Beschreibung”
Field “Achievements” (Repeater)
Field “Achievement”
Field “Bilder” (Repeater)
Field “Bild”
Field “Beschreibung”
So Basically I have 2 Repeaters that I want to display.
I’ve set up a row as a provider with with the Posts being “Projekt”
This already shows the Title and the “Beschreibung” Field.
Inside this Row I have a colum with a Grid set as a dynamic content provider with {{dc:acf:post_field field=“bilder”}} and a div as a dynamic content provider with {{dc:acf:post_field field=“achievements”}} and they both show nothing.
I’m kind of confused as of how to really do it. I’ve watched the Video on nesting repeaters and it seems pretty simple but I can’t get it to work and hope you can help me out
Thx in advance,
Phil