WordPress Developers | January update advances blocks and tools

WordPress Developer Blog has published its January 2026 developer roundup, highlighting new work across Gutenberg, blocks, themes, plugins, and Playground. Published on January 12, 2026, the update covers Gutenberg 22.3, responsive Grid block improvements, a dedicated Font Library admin screen, PHP-only block registration, Data Views updates, routing enhancements, and new tools for testing WordPress workflows.


WordPress developer updates for blocks themes plugins and Playground workflows

{getToc} $title={Table of Contents}

WordPress starts 2026 with practical updates for blocks, themes, and developer tools


The January roundup is especially useful for web designers and template creators because it touches the tools that shape everyday WordPress site building. Instead of focusing on one major release, the post collects smaller but meaningful improvements that affect layout control, font management, block development, admin workflows, and testing environments.


For teams building WordPress themes, client sites, or reusable template systems, this kind of update is worth following closely. Gutenberg changes can affect how blocks behave, how layouts respond, how design controls are exposed, and how developers prepare themes for upcoming platform releases.



What changed in the January developer roundup


One of the main highlights is the Grid block improvement. WordPress developers can now use the Minimum column width and Columns controls together, making it possible to keep responsive columns while also defining the number of columns that should appear in the layout.


The roundup also highlights a dedicated Appearance → Fonts screen in the admin. Font management has traditionally lived inside the Styles UI, but Gutenberg 22.3 introduces a clearer place to manage installed fonts and upload new ones, with classic theme support expected to follow in Gutenberg 22.4.


New workflow signals for WordPress builders


For block developers, PHP-only block registration continues to move forward. Gutenberg 21.8 introduced the ability to register blocks using PHP without JavaScript, and the January roundup notes that the feature now supports all block metadata, although it remains experimental.


The new @wordpress/image-cropper package is another useful update for media-heavy workflows. It introduces a standardized image-cropping component with aspect ratio controls, rotation, zoom, flip tools, and deeper editor integration, which can help blocks handle image editing and previews more consistently.


WordPress also continues improving the Abilities package, Data Views, and routing. These updates point toward a more structured and app-like admin experience, with better validation, improved table behavior, route-specific rendering, page title management, and smoother navigation transitions.


Why it matters for themes and template systems


Theme authors should also watch the Breadcrumbs block, which is moving closer to a stable state and is expected to be part of the WordPress 7.0 conversation. The roundup also mentions block library updates for Button, Comments Pagination Numbers, Accordion Heading, border-style handling in RTL, and an experiment for assigning template parts to Navigation block overlays.


For animetemplates, the practical takeaway is that WordPress is becoming more flexible but also more system-driven. Layout tools, font controls, block metadata, admin routing, and Playground testing all help template creators build cleaner, more maintainable websites when they are used with a clear design system.



Sources and Recommended Links