Skip Navigation

[Resolved] Taxomoy Navigation – 2 Steps

This support ticket is created 4 years, 9 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.

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

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10: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/Kolkata (GMT+05:30)

Tagged: 

This topic contains 4 replies, has 2 voices.

Last updated by christianS-11 4 years, 9 months ago.

Assisted by: Minesh.

Author
Posts
#1476491

Hi,
I need an idea how to do the following:

I have a post type "offers", which has 2 taxonomies (target group and sector)

I'd like to have a 2 step navigation through the taxomomies (maybe with url parameter), like this:

Page A: List all the Taxonomy Items from target group (no problem, works)

Page B: List all Taxonomy Item from offers, which have the target group selected on Page A

Page C: List a offers with selected target group and selected sector; done with url parameter, works)

So, Page B is my problem atm. So how is it possible to display only taxonomy items from offers which have the selected target group?

I hope you understand what I mean 😉 Thanks

#1476661

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

It seems you need to add the taxonomy filter to your view to filter the posts belongs to your selected taxonomy term which you are passing it as URL param.

If you can share the problem URL and access details, once I can review your current setup I will be able to guide you in the right direction.

*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.

I have set the next reply to private which means only you and I have access to it.

#1476721

Hi,

in the meantime I found this thread from 2016: https://toolset.com/forums/topic/filter-a-taxonomy-by-another-taxonomy/#post-425217
, which is very close to my problem. Is Nigels anwser in the year 2020 still "the way" to do it? then I'll try it first.

#1476725

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Yes - if you see that the requirement of yours is matching with what solution shared by Nigel, you should go ahead and check with that first. Hopefully - you will not have any issues with that.

#1476823

My issue is resolved now. Thank you!