Views plugin lets you build your own custom search for any content type. These searches can be based on post content, taxonomies and custom fields.
When you ask for help or report issues, make sure to tell us settings for your custom search.
Viewing 15 topics - 2,026 through 2,040 (of 2,071 total)
I have products from Woocommerce. I made a search with Toolset View. But it is searching through all of the products. I only want to search in a subset of the products (in the two categories out of many that I have). How do I do this?
Solution:
You can add a taxonomy filter into your view, filter posts by the specific two categories
Problem: I would like to create a button-style search filter for my View. The button should toggle a filter option on or off, like a checkbox, but should look like a button with on/off states.
Solution: Views doesn't currently offer a button-style filter, so you would have to use a checkbox or radio filter and custom CSS to style the inputs.
Problem: I have a custom search View with a select-style custom field filter. The filter only shows some of the possible options for this custom field, but I want to show all the options for this custom field.
Solution: Check the Custom Search settings for this View, and select "Let me choose individual settings manually". Select the option "Always show all values for inputs", and save the View.