Problem: I have a View that displays multiple post types. In that View, I have added a Query Filter that tests for a predefined value in a custom field, and I also have a Filter Control that lets Users select a taxonomy term. One post type never displays in the search results, despite havin
Solution: In this case, the Query Filter was set up using a custom field that was not present in one post type. Instead, a similar custom field was present in that post type, but used a different slug. Therefore the required custom field did not match the Query Filter, and none of the results from this post type would be displayed.
The solution is to use the same custom field in all post types. This may require placing the custom field in its own field group, so that it can be associated with all necessary post types.
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
8:00 – 12:00 | 8:00 – 12:00 | 8:00 – 12:00 | 8:00 – 12:00 | 8:00 – 12:00 | - | - |
13:00 – 17:00 | 13:00 – 17:00 | 13:00 – 17:00 | 13:00 – 17:00 | 13:00 – 17:00 | - | - |
Supporter timezone: America/New_York (GMT-04:00)
This topic contains 2 replies, has 2 voices.
Last updated by 6 years, 11 months ago.
Assisted by: Christian Cox.