Tag: human-centered design
-

Most filter plugins are monolithic. WordPress moved to modular. The WordPress Block Editor introduced a modular content architecture. Blocks are independent, composable units that respect a shared design system through theme.json, communicate through block context, and integrate into a template…
-

This is the biggest architectural change since launch. The entire carousel frontend runs on the WordPress Interactivity API. Every interaction, every breakpoint switch, every slide transition goes through WordPress core’s reactive state system. Embla Carousel handles the mechanics underneath. The…
-

Groundworx Carousel 3.0.0 is live on WordPress.org. This isn’t a feature update — it’s a rebuild. New carousel engine, new frontend architecture, and a color system that finally works the way WordPress intended. Here’s what changed and why. Why I…
-

We’ve rebuilt the Filter Text block. Autocomplete now only suggests content that actually exists on your site, and the entire plugin now follows WCAG accessibility guidelines. Autocomplete That Guarantees Results The Filter Text block now has autocomplete with two modes:…
-

I’ve worked in agencies long enough to see every “solution” to the theme problem. Parent + child themes, universal base themes, custom functions shoved into the theme, even third-party builders like Elementor and Divi. I’ve tried them all. And here’s…