-

·
A Starter Plugin to Extend Elementor with React Components
This article is here to offer a solution, or at least one way of leveraging React to expand and explore possibilities in synergy with Elementor page builder. Get the starter Elementor/React extension plugin For those impatient, who like to get their hands on the code, and start working with it immediately, here’s the link to…
-

·
Scaling WooCommerce Product Selection in Blocks: using Custom REST API endpoints
Building intuitive product layout editors for WooCommerce presents unique challenges, especially when dealing with large product catalogs. While creating a plugin that deals with handpicking WooCommerce products, I have encountered a following problem: how to efficiently load and search through thousands of products without degrading the editor experience. This issue will probably face a user…
-

·
Tired of Cookie-Cutter Product Grids? Here’s the Creative Alternative
Your products deserve more than rows and columns. Discover how modern WooCommerce stores are breaking free from boring layouts. Every WooCommerce store starts the same way. You install a theme, add your products, and there they are—sitting in a perfectly symmetrical grid. Three columns. Four columns. Maybe five if you’re feeling adventurous. But here’s the…
-

·
Persisting block settings for faster usage in editor
When it comes to working with WordPress editor and blocks, sometimes the existing or recommended solutions doesn’t quite fit the need or intention for your block.When creating a Products Layout block, as a part of my Mosaic Product Layouts (MPL) plugin, I wanted to add a functionality for fast saving and switching different user created…
-

·
My take on AI, coding and WordPress
Like everyone else, or at least most of us, I feel more than a little overwhelmed by AI, the most hyped acronym on the web (and pretty much everywhere else). This post is my personal take on using AI in my work as a WordPress developer — here and now, in spring 2025. It’s a…
-

·
Recreating the Look of Printed Catalogues with Mosaic Product Layouts
In the world of fashion, presentation is everything. Whether it’s the beauty of a printed catalogue or the sleek interactivity of a modern online store, how clothing is laid out shapes how it’s perceived. With Mosaic Product Layouts, a WordPress plugin designed as an extension to both the Block Editor and WooCommerce, you can now…
-

·
Mosaic Product Layouts plugin launched
Mosaic Product Layouts enables you to create stunning product layouts inside the WordPress block editor with total control over the layout, allowing you to reposition, resize, add, or remove items freely within a layout container.
-

·
Creating Custom Visual Controls for a block
The need for a custom options control in the Mosaic Product Layouts block arose from limitations in existing WordPress components. The solution focused on creating a visual selection interface using images and icons, enhancing user experience and accessibility while remaining consistent with WordPress design patterns. This led to the development of the ImageRadioSelectControl.
-

·
WP CLI command for deleting old posts
WP-CLI is the official command line tool for interacting with and managing your WordPress sites. When used correctly, it may optimize some tedious or repetitive tasks in the day-to-day work of WordPress site maintenance. That especially applies to sites with much content, thousands of posts, pages, products, and projects, along with media and taxonomies. If…
-

·
Block themes for classic theme developers – part three
So, I covered the templates, template parts, patterns, theme.json, and global styles in my last two articles. In this article, I will go through some additional functionalities which may come in handy in creating a Block theme. But I do suggest (if you are new to Block themes) to read my first two articles (links…