First, thanks for this plugin.
My template looks like:
<Loop acf_relationship=news_person>
<a href="<Field url />"><Field title /></a>
</Loop>
It is meant to create a list of links to people who are related to a news post via an ACF relationship field.
The result is:
<a href="https://page-where-code-is-located/<Field url/>">Joe Smith</a>
The docs for Relationship say See Post Loop for available fields. I think URL and Title should both work, but I’m not sure where I’m going wrong.
Cheers, Richard