Skip Navigation

[Resolved] How to make specified hierarchal taxonomies views?

This thread is resolved. Here is a description of the problem and solution.

Problem:

The issue here is that the user wanted to remove the 3rd level taxonomies from their filters.

Solution:

Unfortunately for the filters there isn't a way to control the hierarchy output for this.

This support ticket is created 6 years, 3 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 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 5 replies, has 2 voices.

Last updated by Yoshifumi Yamada 6 years, 3 months ago.

Assisted by: Shane.

Author
Posts
#1125217

There are three hierarchal taxonomies just like the following sample.

sample1
- sample1-1
-- sample1-1-1
-- sample1-1-2
- sample1-2
-- sample1-2-1
sample2

I want to make the 1st and 2nd hierarchal taxonomies without the 3rd taxonomies with check boxes in the view.

sample1
- sample1-1
- sample1-2
sample2

Please give me a solution.

#1125342

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Yoshifumi,

Thank you for contacting our support forum.

The best way to get this done is by following the instructions in the link below.
https://toolset.com/documentation/user-guides/using-a-child-view-in-a-taxonomy-view-layout/#taxonomy-view-within-taxonomy-view

Please let me know if this helps.
Thanks,
Shane

#1125343

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Yoshifumi,

Thank you for contacting our support forum.

The best way to get this done is by following the instructions in the link below.
https://toolset.com/documentation/user-guides/using-a-child-view-in-a-taxonomy-view-layout/#taxonomy-view-within-taxonomy-view

Please let me know if this helps.
Thanks,
Shane

#1128118

Thank you for your reply. I understand the page you referred and I could control the hierarchal taxonomies trees without check boxes.
But what I need is the hierarchal taxonomies trees with with check boxes.

Now I am using the attribute output="legacy" that will help you to display taxonomy checkboxes in a hierarchal manner just like this ...

[wpml-string context="wpv-views"]hp-categories[/wpml-string]
[wpv-control-post-taxonomy taxonomy="hp-category" type="checkboxes" url_param="wpv-hp-category" output="legacy"]

However in this case, all the hierarchal taxonomies appears and I cannot control it. I need the 1st and 2nd hierarchal taxonomies without the 3rd taxonomies with check boxes.

Please advice me again.

#1128316

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hello,

Thank you for the clarity.

Unfortunately for the filters there isn't a way to control the hierarchy output for this.

Thanks,
Shane

#1130565

My issue is resolved now. Thank you!