Skip Navigation

[Resolved] taxonomy filters

This support ticket is created 3 years, 1 month 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 5 replies, has 2 voices.

Last updated by jayesonE 3 years, 1 month ago.

Assisted by: Luo Yang.

Author
Posts
#2415023

I built a site in Drupal some years ago where I now I want to convert it to WordPress.
I have migrated the content over however I cannot figure out how to build Drupals Panel Panes with toolset views.
The site is for a Canadian union. Here is a sample of the page I want to recreate. hidden link
This page was selected from the dropdown menu "Find Your Unit Executive"/Globe and Mail

I've replicated the taxonomies from the Drupal site into WordPress
The Bargaining Unit Location taxonomy is a list of all the locations. I've created a jump menu that appends the taxonomy ID to the end of the url where I want to insert the views.

hidden link

I've created the custom type Members along with the following taxonomies.
1 Bargaining Unit Location
2 Bargaining Unit Position
3 Local Elected Executive
4 Stewards
5 Committees
6 Bargaining Team
7 Local Executive Staff
8 Departments

And another custom type Bargaining Unit Contracts that uses the Bargaining Unit Location taxonomy

Now I need to display all the members for each of these taxonomies who are a member of the Bargaining Unit Location plus all the Bargaining Contracts associated with the location.

I can't seem to figure out the logic or procedure to make it happen.
Thanks

#2415285

Hello,

I have tried the URL you mentioned above:
hidden link

But get below error message: unifor87m-wp.dd unexpectedly closed the connection.

I assume we are talking about a post view, you are going to filter the results by taxonomy terms, if it is, you can follow our document to setup the taxonomy filter:
https://toolset.com/documentation/user-guides/views/filtering-views-by-taxonomy/
section "1. Allow to filter the taxonomy via a URL argument"

#2415509

Thanks Luo for your reply.
I should have specified the hidden link url is on my local server and not accessible from the internet.

I will try the user guide you suggested as it looks like it might solve the issue.
Thanks

#2415599

Hi Luo
I was able to create one of the views and now I can just duplicate the process. The next thing is how to order the taxonomy terms other than name or date.

In one example I have a members taxonomy of positions like President, Vice President, Treasurer, etc... How can I organize the taxonomy terms in a custom order and then display them?

New threads created by Luo Yang and linked to this one are listed below:

https://toolset.com/forums/topic/how-to-order-the-taxonomy-terms-other-than-name-or-date/

#2415757

I assume the original question of this thread is resolved, according to our support policy, we prefer to one question one ticket, for other new questions please check the new thread here:
https://toolset.com/forums/topic/how-to-order-the-taxonomy-terms-other-than-name-or-date/

#2416221

My issue is resolved now. Thank you!