Navigation überspringen

[Gelöst] Reimplementing a nested view with blocks

Dieser Thread wurde gelöst. Hier ist eine Beschreibung des Problems und der Lösung.

Problem:

A legacy nested View—where a parent View lists taxonomy terms and a child View lists posts assigned to each term—needed to be rebuilt using Toolset Blocks.

Solution:

Nested Views are not supported in the Block Editor, so any Views that require nesting must remain in Legacy mode.

This support ticket is created vor 2 weeks, 6 days. There's a good chance that you are reading advice that it now obsolete.

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.

Dieses Thema enthält 1 reply, hat 1 Stimme.

Zuletzt aktualisiert von Saul Baizman vor 2 weeks, 5 days.

Assistiert von: Christopher Amirian.

Author
Artikel
#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:

versteckter Link

Thanks for your guidance!

Saul

#2871748

Christopher Amirian
Unterstützer

Sprachen: Englisch (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