I am trying to create a view of my custom post type "Resource" that contains a nested view of related resources for each post. (ie. my view will list all the resource posts and a nested view beside each post of its related child posts.) This uses a Types one-to-many relationship.
My view of related resources for the current post works great on a single post content template. However when I try to use this related posts view in another new view looping through all the resource posts I get a fatal error.
Am I doing something wrong? I thought we could nest a view like this.
(I'm using the new Blocks editor - all my Toolset plugins are up-to-date as of today). I'm developing this on a .local site
It would be very helpful to know what the fatal error is. It should be possible to display related posts for each post output by a View, not just on single posts.
Apparently my relationship was not valid since Toolset currently does not support a self-relationship (custom post related to other custom posts of same type).
Unfortunately the FG Drupal to WordPress plugin supports this because Toolset used to support this relationship type in an earlier version of Types. I believe that self-relationships are on the list to implement for the Toolset technical team...