A user in our Facebook group asks:
I have a switcher type field on a custom post type created with JetEngine, with values ‘1’ or ‘0’. Is it possible to display only posts with switcher value of ‘1’ in a specific query loop?
This can be done by simply adding a meta query in the Bricks query loop’s settings.
where featured
is the Name/ID of the custom field created with Crocoblock JetEngine.
This will make only the posts for which the switcher field is switched on to be output.