In the past we showed how to order Meta Box group rows in Bricks by a text-type subfield here.
This Pro tutorial covers the same, but for a Date Picker subfield.
Consider this field group:
and in the post editor of a sample Page:
With the query type set to this Meta Box group in the Bricks editor, the default output:
The items will be in the same order as they are in the backend.
After implementing this tutorial, the items will be output in ascending (or descending if you choose to) order of the offer date i.e., the oldest first. Like this:
This Pro tutorial shows how bricks/active_templates filter can be used to programmatically assign a Bricks template to all singular pages (of any post type) that…