Skip Navigation

[Resolved] Reimplementing a nested view with blocks

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 1 reply, has 1 voice.

Last updated by Saul Baizman 3 hours, 18 minutes ago.

Assisted by: Christopher Amirian.

Author
Posts
#2871705

Hi there,

We're re-implementing a site built with the classic editor and legacy Toolset and updating it to use blocks.

We had a question about how to re-implement a nested view. The parent view is a list of taxonomy terms. The child view lists custom posts with that taxonomy term.

Here's a screencast walking through the question and some challenges:

hidden link

Thanks for your guidance!

Saul

#2871748

Christopher Amirian
Supporter

Languages: English (English )

Hi Saul,

Unfortunately, it is not possible to use nested Views in the Block Editor. You will need to keep the Views you want to use as nested Views in Legacy mode.

Thanks.

#2871793

OK, thanks for letting me know, Christopher!

Saul