I have many to many relationship between post type "Journal" and "Person"
Relationship slug "journal-people"
"Journal" post type as parent
I want to display Person type field that have relationship with Journal on single-post template "Journal"
I have tried these short code
[wpv-conditional if="( '[wpv-post-id item='@journal-people.intermediary']')"][/wpv-conditional],
[wpv-conditional if="( '[wpv-post-id item='@journal-people.association']')"][/wpv-conditional]
[wpv-conditional if="( '[wpv-post-id item='@journal-people.parent']')"][/wpv-conditional]
but still no luck. Any suggestion?
Thank you,
Eko
Hi there,
To show the relationship you will need a separate view and you will set it to have data with the relationship in question.
For more information:
https://toolset.com/course-lesson/displaying-related-posts/
Thanks.