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.
Instead, I got: .../page/2/?wpv_post_search&wpv_view_count=5259, etc.
Solution:
I find a section about Browser History Management in the Toolset settings, in the Font-end Content section.
I disabled all inside, and it's works like a charm !
Problem:
I am having an issue with my shortcode in Toolset. I'm trying to display specific text based on start and end date fields, but it isn't working as expected.
Solution:
Remove the format attribute from the shortcode, as dates are stored as a UNIX timestamp in Toolset and this format is not required. Also, check the query filter that you used to get the data for the post type. Here's the modified shortcode: