Problem:
- A custom post type "Members", each "Member" post author is different WordPress user
- A post view, query "Member" posts,
Going to filter the result by custom user fields.
Solution:
It is not possible within Toolset Views/Blocks plugin, since Toolset Views/Blocks plugin is using WordPress class WP_Query to query posts, see WP document:
https://developer.wordpress.org/reference/classes/wp_query/
There isn't such kind of option to filter result by user fields.
I suggest you try to move the custom user fields as custom post fields of post type "Members".
Relevant Documentation:
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 |
---|---|---|---|---|---|---|
- | 9:00 – 13:00 | 9:00 – 13:00 | 9:00 – 13:00 | 9:00 – 13:00 | 9:00 – 13:00 | - |
- | 14:00 – 18:00 | 14:00 – 18:00 | 14:00 – 18:00 | 14:00 – 18:00 | 14:00 – 18:00 | - |
Supporter timezone: Asia/Hong_Kong (GMT+08:00)
This topic contains 3 replies, has 2 voices.
Last updated by 4 years, 7 months ago.
Assisted by: Luo Yang.