Problem:
We have a post type for "pump series" and one for "pump manufacturers".
On a manufacturers post we want to display all the pumps for that manufacturer ONLY and then allow the site visitor to filter the list by various fields from the "pump series" post type.
Solution:
In your case, I suggest you try to setup one-to-many relationship between post types "pump manufacturers" and "pump series".
https://toolset.com/documentation/post-relationships/how-to-set-up-post-relationships-using-toolset/
Then in the single "pump manufacturers" post, you can setup a post view to display related "pump series" posts:
- Query "pump series" posts
- Filter by the post type relationship
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 2 replies, has 2 voices.
Last updated by 5 years, 3 months ago.
Assisted by: Luo Yang.