Hi have a project post setup using ACF custom field.
Now I have it all setup working using this structure:
Section ← Looper Provider (WP Query → Specific Post (name of project))
└── layout-row ← Looper Consumer ON
└── left column (text/button)
└── right column (cover images)
layout-grid ← Looper Provider: {{dc:acf:post_field field=“project_gallery”" post=“308”}}
└── layout-cell ← Looper Consumer ON
└── image ← {{dc:looper:item}}
However, I don’t want to keep adding in the specific post id every time i add a project, just the root (Section ← Looper Provider (WP Query → Specific Post (name of project)))
So I tried {{dc:acf:post_field field=“project_gallery” post=“dc:post:id”}} which doesnt work…
Is there a string that could maybe have id=current or something?
Also, the top grid should act like the below grid here: https://ohlalab.com.mx/branding/ but its not.



