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 - 2,281 through 2,295 (of 2,903 total)
The issue here is that the user wanted to know if it is possible to combine 2 different filter groups with an AND or OR.
Example
[taxonomy1 AND customfield1 AND customfield2]
Solution:
Unfortunately no it isn't possible to perform an AND or OR between multiple filter groupings as a they are querying 2 different data structures in the database.
Problem: I would like to create a custom shortcode that displays the number of child posts for the current parent post. I'm referencing an older ticket but it does not seem to work as expected.
Solution: Instead of the _wpcf_belongs_slug_id postmeta key, you must use the new post relationships API with post relationships created in Types 3.0+. A custom shortcode solution is available.