Hi,
Have a View displaying fields from a child post, including the parent-id (wpcf-species-id) this is the content template of the Loop output of child posts
<p>
Plant ID: [wpv-post-field name='wpcf-species-id']
Plant Name: [wpv-post-title id="$plant"] <!-- This field does not display -->
Complaint: [wpv-post-taxonomy type="complaint-use" format="slug"]
System: [wpv-post-taxonomy type="system" format="slug"]
Action: [wpv-post-taxonomy type="action-medicinal" format="slug"]
</p>
The Plant Name from the parent post does not display
How do I display the parent post title? The wpcf-species-id is common to both the parent post and it's children