From the JavaScript course I am doing now: A Promise is like placing an order at a restaurant. You receive a ticket (Promise object) that indicates your order is being…
Conditionally Rendering an Element Outside the Loop based on Taxonomy Term in Bricks
A user asks: Hiding element based on taxonomy I have an element in a footer that I want to hide if a page has a particular taxonomy value. Consider this…
I recently began my journey to become a full-stack developer and am starting a series where I share my notes on what I've learned that day. This post on ES6…
Merging ACF Gallery Images with Featured Image in Bricks
Updated on 12 Mar 2025 In the Bricks Facebook group a user asks: Merging images from different fields into a single gallery Hi, I have a Gallery field created in…
This Pro tutorial provides the steps to create a custom query loop type for outputting the subfield values of a Group field (repeatable) when using CMB2, a free custom fields…
Updated on 4 Mar 2025 In the BricksLabs Facebook group a user asked: Hi everyone, I’m facing a tricky situation that might have a simple solution, but I’m having a…
Filtering Bricks Query Loop By Meta Box Relationship
In the Bricks Facebook group a user asks: Consider this setup: CPTs: Service Areas and City Pages Meta Box Relationship: City Pages to Service Areas A Service Area post can…
Filtering Meta Box Cloneable Group by Select Subfield for Multiple Bricks Query Loops with Conditional Output
In the Bricks Facebook group a user asks: Consider this cloneable Meta Box field group for a Custom Post Type called Tour: with the Tour Block Position select subfield having…
Sorting a Cloneable Meta Box Group by a Date Subfield in Bricks
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…
Bricks Dynamic Condition – Check if today falls within 5 days before any holiday date
Creating a custom condition that returns true or false depending on whether today falls within 5 days before any holiday dates selected on a Meta Box setting page.
Dynamic Google Map in Bricks – Markers from ACF Repeater Google Map Sub Field Values
This Pro tutorial provides the steps to show the addresses entered using a Google Map sub field of a ACF Repeater as markers on a Google map using Google Maps…
PublishPress Future is a handy plugin for scheduling actions like unpublishing or deleting posts (of any post type) at a specified date and time in the future. It provides a…
Meta Box Relationship Posts Filtered by a Taxonomy Term in Bricks
Updated on 17 Feb 2025 In the Inner Circle a user asks: Hello, I have a relationship made in metabox between two Post Types “Travel” AND “Programs” When I am…
Looking to get the number of CPT B posts related to a CPT A post when using a Relationship field with ACF? Here's a custom function for that: bl_get_related_posts_count( 'related_cities'…