Skip Navigation

[Resolved] List of products in higher terminology archive

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.

Our next available supporter will start replying to tickets in about 2.45 hours from now. Thank you for your understanding.

This topic contains 1 reply, has 2 voices.

Last updated by Nigel 1 year, 2 months ago.

Author
Posts
#2641369

Hi, I have created a View to show all the child terminologies in the parent terminology. I would like the parent terminology to also show the post listings for each child terminology.

-Top Term
--Term child 1
---Product 1
---Product 2
---Product 3
---Product 4
--Term child 2
---Product 1
---Product 2
---Product 3

How could this be done with Toolset?
Best regards and thanks

#2641399

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00:00)

Hi there

I assume you have created a View with the legacy editor to output the child taxonomy terms.

You could then nest a second View in the loop output section of this first View, where the second View outputs product posts and includes a Query Filter to specify that only products with the term set by the outer View should be shown.