Hi Team,
I have a simple relational field in an ACF field group. This is being used on a Single Layout for Posts.
Field Group = Designs
Relational Field = Designers
I am able to pull in the Designer post_title without issue. What I’m wonder is what the syntax should be to get the url for the Designer’s post so I can link back to their profile. Here’s where I stopped - this works.
Designer: {{dc:looper:field key="post_title"}}
I want to wrap the title with an anchor like so:
Designer: {{dc:looper:field key="post_title"}}
I’m just not sure what should be used for the href:
{{dc:looper:field key=“post_url”}}
Suggestions?