Hi and thanks in advance for any advice.
I have created a custom post type with 2 custom taxonomies. The custom post type is called suppliers and the 2 taxonomies are location and service type the supplier can provide multiple services and provide those services at multiple locations.
I am looking to create a page/ archive of the locations listed in the locations taxonomy which would then take you to a page/archive of the services available at that location. On clicking a service the user would be presented with a list of all the supplier that provide that service at that location.
Planning it i my head i was thinking if i can get a list of locations i would be able to create a custom link with a URL parameter to pass to the services page which could be picked up by the query string of the looper provider and then do the same thing from the services page to the suppliers list.
I am just getting my head around query strings and have created the string to bring all the suppliers in and i should be able to bring the parameter from the URL and build the URL on the button but i am struggling to get my head around how to create a page with just taxonomy titles on i.e just a page with the locations and just a page of types of service.
I have watched this great video by Josh Donnelly https://www.youtube.com/watch?v=611IwxrOz8E but there is no filtering or listing of custom post taxonomy titles so if anyone could point me in the right direction that would be great.
many thanks in advance
Richard