A lightweight add-on that brings essential missing features to Bricks Builder — crafted for performance, usability, and a better developer experience.
-
Query Loop Index Condition
Adds a new Condition option calledQuery Loop Index
inside Bricks Query Loop settings.
Users can select it directly from the dropdown and apply standard operators (==
,<
,>
, etc.) along with a target number.
The index starts from 0 for a more logical developer experience (DX).
-
Show the first item with a unique layout:
Query Loop Index == 0
-
Target multiple specific items:
Query Loop Index < 3
-
Avoid multiple queries and build advanced layouts with just one loop.
Bricks is powerful, but sometimes lacks the small utilities developers need.
Bricksy Bits is built to fill those gaps with focused, no-bloat enhancements that improve both performance and workflow.
- Download or clone this repository.
- Upload it via Plugins > Add New > Upload Plugin in your WordPress dashboard.
- Activate the plugin.
Query Loop Index
will now be available in the Conditions panel for query loops in Bricks.
Bricksy Bits will grow gradually, adding tiny but essential features to cover what Bricks is currently missing — one bit at a time.
If there's something small but useful that Bricks doesn't support yet,
feel free to open an issue and request it — we're here to patch the gaps 🛠️
Made with ☕, 🔁, and clean queries.