I am trying to get a view of all posts and under each one display a list of their related child posts.
I checked your documentation but only managed to find info for a content template that displays one post with related. I need a list that displays them all in one page and their children at the same time
1. Create a View that displays the one end of the Post relationship (parents) and insert the Post Title or similar to the loop.
2. Then create a second View, where you display the other posts (child) and set a query filter like "Select posts in {relationship chosen} that are a related to the current post in the loop." Also insert a Post Title to it's loop.
3. Then, insert this last View to the View #1's loop just below the Post Title ShortCode.
4. Insert the View #1 in a page to see the list of parent posts with each a list of child posts.
I just found the time to return to this problem, but with your help it was a matter of minutes!
Thank you Beda for your guidelines, but also Minesh cause your support msg just made my life easier 🙂
Thank you again. Everything works great and I also learned something new!