With the Views plugin you can create different Views elements to display all your custom types and content on the front-end, without coding. You can also create powerful parametric searches and add pagination to your content lists.
When you ask for help or report issues, make sure to tell us the options of your View.
Viewing 15 topics - 1,291 through 1,305 (of 1,540 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".