Skip Navigation

[Resolved] How i can show my sub-categories of choosing categories

This support ticket is created 7 years, 5 months ago. 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.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 1 reply, has 2 voices.

Last updated by Luo Yang 7 years, 5 months ago.

Assisted by: Luo Yang.

Author
Posts
#514490
page2.png
page1.jpg

Question 1
I have loop in view to show wordpress post type - image from choosing category. I add to layout view to show categories which used in my post type image, but they shows only categories which used on first page in loop (screenshot page1), when i choose next page that show other categories which used in my post type image (screenshot page2).

How i can show all categories which used in all page of my loop?

Question 2
Some of My categories have sub categories. How or what code i need to insert in my layout to show all sub-categories?

Thank you very much for help!

#514676

Dear Rostaman,

Q1) I suggest you create a taxonomy view for it, for example, create a view, in section "Content Selection", option "This View will display" choose "Taxonomy", and enable your custom taxonomy "category", it will be able to display all terms of taxonomy "category"

Q2) You can setup a nested view, for example:
1) Parent view display terms of taxonomy "category", filter by:
Select taxonomy terms whose parent is None.
And display below child view

2) Child view display terms of taxonomy "category", filter by:
Select taxonomy terms whose parent is the value set by the parent view.

This ticket is now closed. If you're a Toolset client and need related help, please open a new support ticket.