Problem:
I am trying to use a single taxonomy across multiple Custom Post Types (CPTs), but the URL structure doesn't work properly. Specifically, I need to filter by post type "transactions", but the URL is not reflecting the post type and WordPress doesn't seem to recognize it.
Solution:
Avoid using WordPress default taxonomy archive pages. Instead, create separate views for each custom post type regarding the taxonomy. In the view, create a custom search that filters the taxonomy for a specific custom post type, ensuring that only filtered terms within that custom post type are displayed. Note that you will need to create a separate view with search functionality for each custom post type.
Relevant Documentation:
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.
This topic contains 2 replies, has 2 voices.
Last updated by 2 years, 9 months ago.
Assisted by: Christopher Amirian.