Bricks Query Loop – Checking for Current Post on Single PostsIn a query loop on single post view, how to make the 'current post 'item styled differently.Read more →Categories: Bricks, FreeTags: Custom Functions
Synced thumbnail sliders in Bricks using BricksExtrasSetting up post-specific synced/linked thumbnail sliders that show photos from a gallery-type custom field using BricksExtras plugin in Bricks.Read more →Categories: Bricks, Free, PluginsTags: BricksExtras, Pro Slider
Check if a given category has at least one postThere could be situations where you want to check if a given category (by its slug) has at least 1 post assigned to that category.…Read more →Categories: Bricks, FreeTags: Conditions
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…Read more →Categories: Free, WordPressTags: Block Development
How to fix fatal error after creating a new block with WordPress’ create-blockIf 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…Read more →Categories: Free, WordPressTags: Block Development
McDonald’s Order Promise AnalogyFrom the JavaScript course I am doing now: A Promise is like placing an order at a restaurant. You receive a ticket (Promise object) that…Read more →Categories: Free, JavaScriptTags: JavaScript
[Notes] JavaScript ModulesI 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…Read more →Categories: Free, JavaScriptTags:
ACF Relationship: Count of Related PostsLooking 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…Read more →Categories: Bricks, FreeTags:
Random Posts in the Same Category as the Current Single CPT Post in BricksHere’s how query loop can be set in Bricks to show related posts by a taxonomy’s termsRead more →Categories: Bricks, FreeTags: Query Loop
CommandUI – The Fastest Way to Navigate WordPressCommandUI is an impressive WordPress plugin developed by Calvin Alkan. It enables you to go to various parts of the WordPress dashboard using the keyboard…Read more →Categories: Bricks, Free, PluginsTags: Plugin Notes
Left Structure Panel in Bricks EditorEric shared some CSS code in the Bricks Facebook group to move the structure panel in between the element panel and canvas here. I think…Read more →Categories: Bricks, Free, PluginsTags: Editor Tweaks, WPCodeBox
How to show a specific post’s data in a Bricks PopupThis tutorial provides the steps to show a specific post's data like the title, featured image in a Bricks Popup.Read more →Categories: Bricks, FreeTags: Popup