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
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"
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
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?
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/
My issue is resolved now. Thank you!