Views is a WordPress plugin that lets you easily design the display of single pages using content templates. You can also include any field belonging to the content in your templates, without writing PHP code.
When you ask for help or report issues, make sure to tell us what you have created so far and what you want to achieve.
Viewing 15 topics - 2,251 through 2,265 (of 2,298 total)
Problem: I would like to filter a View of Products by price ranges like "More Expensive" and "Less Expensive", and by a free ranking system.
Solution: Toolset offers a price range filter that allows the User to select a minimum and maximum price, but there is no built-in filter for arbitrary price groups. You could create a custom field instead and use that as a filter, or write custom code that automatically sets that value when you save a Product.
A free ranking system can be accomplished with a select custom field.
Problem: I am trying to display a custom search View on my site but it's not appearing. I'm using Layouts, WPBakery, and Ultimatum together.
Solution: We don't recommend using Layouts and WPBakery together because they can cause conflicts with each other when competing for control over the page display. I recommend deactivating Toolset Layouts plugin and using Content Templates instead.