Hello
I have two post types called Partners and Projects.
I have set up a relationship between them with an intermediary post type called partner-to-project-link.
The intermediary post type has a custom field called partner-support-summary.
I have set up a view to display all the Partners connected to Projects.
The view is filtered to select posts in any relationship that are related to the Post where this View is shown.
The view works in that I can display all the fields including custom fields from the connected Partners.
So far so good...
However, I am unable to display the content of the custom field partner-support-summary from the intermediary post type.
The code I am using is:
[types field='partner-support-summary' item='@partner-to-project-link.intermediary'][/types]
No output is being displayed.