Hey Team,
I have two custom post types. Home Designs and Finished Projects. The general idea is the user should be able to see finished projects when they look at any Design page. I’d like to present up to three finished projects (feature image with a link back to the actual project).
Each design has a relational field where the I can choose one or more projects based off the design.
I have the design page built but I’m having a hard time building the looper that finds only the projects that have been assigned to the design. Ideally I want to loop through and present up to 3 projects on each design page.
The structure is:
Column -> Looper Provider (Query Builder -> Posts “Finished Project” filter: find the projects that were based on this design)
Div -> Looper Consumer
the dynamic content
Got a minute to have a look?