Views is a WordPress plugin that lets you easily display content on your website's front-end in any way you choose.
Views User Guides include detailed documentation for creating lists of content, templates for content and archive page and also explain how to create parametric searches for any content type.
When you ask for help or report issues, make sure to tell us the versions of the Toolset plugins that you have installed and activated.
Viewing 15 topics - 3,031 through 3,045 (of 3,158 total)
Problem:
Searching two different post types on separate pages using one view Solution:
You can use the Toolset block/view's filter hook "wpv_filter_query" to change post type on fly.
Problem:
Exclude Products from View if WooCommerce Catalog visibility is set to hidden - Filter product by Catalog/product visibility
Solution:
To filter the product by Catalog visibility equal to hidden, You should navigate to "Query Filter" section of your view and try to add a taxonomy filter for the taxonomy "Product visibility" there you should select the two options "exclude-from-catalog" And "exclude-from-search" and also make sure you select the option "All of the following".
Problem:
Custom order for taxonomy fields in view filter
Solution:
There is no native way to sort terms by custom defined order using the custom field you created with taxonomy filter you added to your block view.
You may require custom code or another plugin that order the term like "Custom Taxonomy Order"