(214 tutorials)
Bricks Query Loop – Checking for Current Post on Single Posts

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:
Synced thumbnail sliders in Bricks using BricksExtras

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

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.…
Categories:
My Notes on “WordPress Tutorial: Build your first block”

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…
Categories:
How to fix fatal error after creating a new block with WordPress’ create-block

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…
Categories:
McDonald’s Order Promise Analogy

McDonald’s Order Promise Analogy

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…
Categories:
[Notes] JavaScript Modules

[Notes] JavaScript Modules

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…
Categories:
Tags:
ACF Relationship: Count of Related Posts

ACF Relationship: Count of Related Posts

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…
Categories:
Tags:
Random Posts in the Same Category as the Current Single CPT Post in Bricks

Random Posts in the Same Category as the Current Single CPT Post in Bricks

Here’s how query loop can be set in Bricks to show related posts by a taxonomy’s terms
Categories:
CommandUI – The Fastest Way to Navigate WordPress

CommandUI – The Fastest Way to Navigate WordPress

CommandUI is an impressive WordPress plugin developed by Calvin Alkan. It enables you to go to various parts of the WordPress dashboard using the keyboard…
Categories:
Left Structure Panel in Bricks Editor

Left Structure Panel in Bricks Editor

Eric shared some CSS code in the Bricks Facebook group to move the structure panel in between the element panel and canvas here. I think…
How to show a specific post’s data in a Bricks Popup

How to show a specific post’s data in a Bricks Popup

This tutorial provides the steps to show a specific post's data like the title, featured image in a Bricks Popup.
Categories:
Tags: