Thank you for contacting us here in the Support Forum. I will try to help you as quick as possible to solve this situation.
You will be able to achieve this by following this steps:
1. Create the Parent Post type + Child Post type, and make sure the child post type has the correct parent post type assigned.
2. Create your parent post types and by doing so, at the Editors page bottom, add your child posts
(you can still edit them later in your Child Post Editor)
https://toolset.com/documentation/user-guides/creating-post-type-relationships/
3. Create a View that displays your Child Posts, add a Query Filter like this:
Select posts that are a children of the Post set by parent View.
==> Add (as example) a Title with Link in the Loop Output Editor
https://toolset.com/documentation/user-guides/querying-and-displaying-child-posts/
4. Create a View that displays the parent posts, don’t include any filters
==> Add a table with the Loop Wizard, and choose wich fields to display
https://toolset.com/documentation/user-guides/digging-into-view-outputs/
https://toolset.com/documentation/user-guides/view-layouts-101/
==> Scroll to the Template of this view editor, and change the value of the <td></td> item
(wehre your link to the child item should appear)
to display your previously created Child View like this (example):
<td>[wpv-view name="view-child-posts"]</td>
5. On a page where you want to display the table with the paren posts that include the link to the child posts, include the lastly created view
6. On the front end you’ll now have something like here:
hidden link
7. The last item on the right will be a Title of the according child posts, linked to the child post
I tested this on my local install and it correctly returned the Chid Post content according to the loop.
If this does not work accurately on your install, can you please share a screenshot of your view(s)?
Sometimes screenshots illustrating what you are doing may go a long way to clarify what words fail to transmit, so if you like, make use of "upload an image" below the comment area.
Please let me know if you have further questions regarding the issue mentioned in this Thread
and let me know if the above solution works for you, I look forward to your reply!
Thank you