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 - 1,681 through 1,695 (of 2,067 total)
Problem:
Client has a child post type with two relationships, so more than one parent (of different types), and would like in a View to be able to filter by both parents.
Solution:
It is a limitation currently that only one post relationship filter can be included in a View at once. In the client's case, the relationships were better made with custom taxonomies, which then made filtering by both possible.
The issue here is that the user is using the search on the backend on the content templates page to find their templates based on the title, however more than just the exact title matches were showing up.
Solution:
The search actually doesn't only match based on the title of the content template but also texts that are within the template.
So if your search text matches the content within the template then it will match as well.
You can check this to see if this is the case for you or if your keyword isn't present in the results at all.
I have a field called "schutzart-ip" (type: multiple checkboxes). It has 2 values checked (IP66 & IP67). Showing the content of these fields works without problem.
But when I try to show a conditional text if these two values are checked, it only recognises, that IP66 is checked, and wont output the conditional text.