Bricks Tutorials

(630 tutorials)
Pro
Making a Nav Menu Item Active for Custom Post Type Single Views in WordPress screen shot

Making a Nav Menu Item Active for Custom Post Type Single Views in WordPress

Consider this scenario: CPT: project Page titled "Project" is being used to show a list/grid of all the projects rather than the CPT archive. When viewing a single project, you…
Categories:
Filtering Bricks Posts Query Loop by Meta Box Group’s Radio Subfield Value screen shot

Filtering Bricks Posts Query Loop by Meta Box Group’s Radio Subfield Value

In the past we showed how a Bricks posts query loop can be filtered by Meta Box group's subfield of types text/number and Datepicker here. This Pro tutorial provides the…
Categories:
Pro
Mixed Post Types Grid in Bricks screen shot

Mixed Post Types Grid in Bricks

How to set up a mixed post types grid in Bricks, where you can display both standard posts and custom quote cards in alternating positions.
Categories:
Pro
How to Query WordPress Taxonomy Terms by Hierarchy Level in Bricks screen shot

How to Query WordPress Taxonomy Terms by Hierarchy Level in Bricks

How to limit the terms of a Bricks Terms query to only those at a specific level within the taxonomy hierarchy.
Categories:
Pro
Dynamically Displaying Connected Content Offer Images in Bricks using Meta Box Relationship screen shot

Dynamically Displaying Connected Content Offer Images in Bricks using Meta Box Relationship

Consider the following scenario from a recent project I worked on. CPT 1: project CPT 2: content-offer Taxonomy for Projects: remodel-typeSample term names: Backyard Cottages and DADUs, Bathrooms, Garages, Kitchens…
Pro
Meta Box Related Project’s Featured Image URL on Single Reviews screen shot

Meta Box Related Project’s Featured Image URL on Single Reviews

Updated on 26 Jun 2025 In a recent website I worked on, a requirement was to get the URL of the featured image of a project (CPT) that is related…
Term-specific single post template in Bricks screen shot

Term-specific single post template in Bricks

Updated on 25 Jun 2025 In Reddit a user asks: Template conditional logic to exclude pages with a particular taxonomy term? I can't figure out if it's possible, I have…
Dynamic Post Galleries in Lightboxes using BricksExtras screen shot

Dynamic Post Galleries in Lightboxes using BricksExtras

How to show post-specific galleries as sliders using BricksExtras when a “Open Gallery” link is clicked in post cards in a posts grid.
Categories:
Bricks Query Loop – Checking for Current Post on Single Posts screen shot

Bricks Query Loop – Checking for Current Post on Single Posts

In a query loop on single post view, how to make the 'current post 'item styled differently.
Categories:
Pro
Viewport Entry Animation for all Sections Sitewide in Bricks screen shot

Viewport Entry Animation for all Sections Sitewide in Bricks

How to make viewport entry animations be automatically applied to either all sections of a page/template or sitewide across all pages.
Categories:
Pro
Upcoming Events with ACF Date Sub field Repeaters grouped by Month Years in Bricks screen shot

Upcoming Events with ACF Date Sub field Repeaters grouped by Month Years in Bricks

In the comments section of Upcoming Events Accordion in Bricks Grouped by 'Month Year' a member asked: CPT: eventACF Field: event_dates (Repeater) with event_date sub field Sample data: After implementing…
Categories:
Synced thumbnail sliders in Bricks using BricksExtras screen shot

Synced thumbnail sliders in Bricks using BricksExtras

Setting up post-specific synced/linked thumbnail sliders that show photos from a gallery-type custom field using BricksExtras plugin in Bricks.
Check if a given category has at least one post screen shot

Check if a given category has at least one post

There could be situations where you want to check if a given category (by its slug) has at least 1 post assigned to that category. This tutorial shows how we…
Categories:
My Notes on “WordPress Tutorial: Build your first block” screen shot

My Notes on “WordPress Tutorial: Build your first block”

As someone that has recently learned some JavaScript (from here) and React (from here), here are my thoughts and notes as I follow the official tutorial on creating my first…
Categories:
How to fix fatal error after creating a new block with WordPress’ create-block screen shot

How to fix fatal error after creating a new block with WordPress’ create-block

If you are using a Mac or Linux, chances are that after running the latest create-block npm command and activating the newly created plugin, the site will get a fatal…
Categories:
Pro
Related Episodes Grouped by Episode Chapters on Single Podcasts in Bricks when using JetEngine screen shot

Related Episodes Grouped by Episode Chapters on Single Podcasts in Bricks when using JetEngine

A user asks: How to Display Related Episodes Grouped by Chapters on a Podcast Page in Bricks? Hi everyone, I have two post types created with JetEngine: Podcasts and Episodes.…