Tell us what you are trying to do?
___________________________
For a directory style website.
I want to create a taxonomy for a particular service, for example lets say "Laundromats Near Me", then the taxonomy terms will be individual states and city sub terms.
(I'll then do this multiple times for different services, like another one for example "Hair Salons Near Me" and then taxonomy terms of the states and sub terms for cities)
I want to have one main view/archive page for "Laundromats Near Me", which I can add breadcrumbs to the taxonomy term pages,
for example,
Home > Laundromats Near Me > California
This works fine, but, taxonomy's themselves, like "Laundromats Near Me", don't get an archive page that can be linked to in the breadcrumb as example above.
I want to have this top level taxonomy page to then help navigate/link down to the different states & cities, and this gives a nice accurate URL as well for the states, for example, /laundromats-near-me/california.
__________________________
It seems like I can achieve this by creating the taxonomy first, "Laundromats Near Me", and then going back to my WordPress pages, and creating a page with the same URL as the taxonomy.
New page > URL: /laundromats-near-me
Then I can use Toolset Views I think? (which I haven't used yet, only experience in the archive editor), use Toolset Views, to add a view of all locations (locations is my custom post type), that fall under any of the states or city taxonomy terms within the "Laundromats Near Me" taxonomy.
This is because I want an explorer/directory page for all Laundromats, allowing the user to enter their state to view the locations etc.
Then all I need to do, is custom code my breadcrumbs for the taxonomy term pages (the state pages, ie california), so that the taxonomy > Laundromats Near Me > links up to the URL /laundromats-near-me page that I created with Toolset Views.
________________________
Is this the best method to achieve this?
Or is there a taxonomy page builder or something which I am missing?
It seems like WordPress/Toolset only creates archive pages for the taxonomy terms and not the taxonomy itself, so I think if I want to achieve this URL structure, then this is the way to do it?
Please let me know if you have any advice on how to go about this the RIGHT way.
Thanks!
G
________________________
Is there any documentation that you are following?
The only support tickets I can find for similar questions are when I do a Google search for this question + Toolset, but all of them that pop up show 404 page not found.
Where did all those support ticket pages go anyways, looks like a lot of them would be helpful for me haha.