Hi Shane,
Can't get this to work. Intermediary field WILL NOT show up.
Relationship is Pitch-Track (many2many with invisible intermediary with fields)
The view is to display all tracks.
I have:
<td>[wpv-post-title]</td>
<td>[wpv-post-title item="@pitch-track.parent"]</td>
<td>[types field='alt-title-pitched' item='@pitch-track.intermediary'][/types]</td>
First 2 cells show but - field='alt-title-pitched' - shows nothing even though the field has data.
Thanks,
Scott.
Shane
Supporter
Languages:
English (English )
Timezone:
America/Jamaica (GMT-05:00)
Hi scott,
Would you mind providing me with admin access to the website so that I can have a first hand look at this for you ?
Thanks,
Shane
Hi Shane,
So...in my previous posts I've been asking for how to display fields of an intermediary that is INVISIBLE.
Apparently one can't.
"To be able to display information from an intermediary post type, you must make it visible in the WordPress admin menu. The option to set this is available in the wizard for creating post relationships."
https://toolset.com/documentation/post-relationships/how-to-display-related-posts-with-toolset/
The reason I was inquiring about displaying fields when intermediary is invisible is 'cause when I make it visible the query is EXTREMELY slow.
Thanks,
not to mention one gets orphan posts if a parent is deleted...