Categoría: ACF BRICKS META BOX PLUGINS PRO
-
Filtering Query Loop Posts by a Non-empty Custom Field in Bricks
This Pro tutorial shows how we can prefilter the results of a query output by a Bricks query loop to only those for which the value of a specified custom field is not blank. Edit your query loop and toggle the Query editor (PHP) on. Paste return [ ‘meta_query’ => [ [ ‘key’ => ‘short_quote’,…
-
Filtering posts by a group field’s true / false field sub field value with ACF or Meta Box in Bricks
This Pro tutorial covers how posts of a Bricks query loop can be filtered to show only the ones whose true / false or checkbox type of sub field, which is inside a group-type field is equal to true (1). ACF Add a meta query in your query loop where my_group is the group name…
-
Querying Posts by Date/Datetime Custom Fields in Bricks
This Pro tutorial shows how to configure ACF and Meta Box to query posts in Bricks by custom field(s) of the type Date/Date Time Picker when using ACF or Date/Datetime when using Meta Box. Update on 16 May 2023: Display posts only from today and in the future – Show only the posts whose date-type…