WordPress Trend Report — 2026-06-21

Weekly Summary

Article Inventory

  1. Dynamically loading template parts in block themes (WordPress Developer Blog) — The render_block_data filter allows block theme authors to dynamically swap template part slugs based on page context, replacing the need for multiple nearly identical top-level templates.
  2. Roadmap to 7.1 (Make Core) — WordPress 7.1, scheduled for release on August 19th, 2026, introduces a new Notes feature with suggestion mode and emoji reactions, alongside expanded responsive and pseudo-state styling options in the Site Editor.
  3. WordPress 7.0.1 Release Schedule (Make Core) — WordPress 7.0.1 is a bug-fix-only maintenance release scheduled for a general release on July 9, 2026, following a series of bug scrub meetings and a release candidate phase.
  4. Recap: Restoring removed version history. (Make Core) — Removing shared PHP files from the wordpress-develop repository to enforce a single source of truth in Gutenberg broke distributed hosting tests and disabled minification for specific assets.
  5. Announcing the WordPress 7.1 Release Squad (Make Core) — WordPress 7.1 has formed a streamlined Release Squad led by Anne McCarthy, with specific roles for coordination, tech leads, triage, and testing assigned to selected volunteers.
  6. What’s new in Gutenberg 23.4? (June 17, 2026) (Make Core) — Gutenberg 23.4 introduces an experimental flag allowing developers to test plugins and themes against React 19 runtime scripts via the Experiments page, requiring specific checks for console errors and build pipeline adjustments.
  7. Dev Chat Agenda – June 17, 2026 (Make Core) — The June 17, 2026, WordPress Developers Chat will occur at 15:00 UTC on the Make WordPress Slack core channel to address upcoming releases and specific topics like the WCEU recap, Gutenberg 23.4 updates, and a call for testing on Unicode email addresses.
  8. Performance Chat Summary: 16 June 2026 (Make Core) — The June 16, 2026 Performance Chat summary identifies View Transitions and Enhanced Responsive Images as the primary focus areas for the upcoming WordPress 7.1 release, with both requiring final iteration before merge.
  9. Core Committers Meeting – WordCamp Europe 2026 (Make Core) — The meeting addressed persistent synchronization friction between the Gutenberg and WordPress core codebases, specifically noting that svn:ignore properties remain out of sync with .gitignore rules and that the removal of pinned @wordpress npm dependencies has broken the package-update workflow.
  10. Kim Parsell Memorial Scholarship Opens for WordCamp US 2026 (WordPress.org News) — The Kim Parsell Memorial Scholarship for WordCamp US 2026 awards a single grant covering a ticket, round-trip flight, and lodging to one active female contributor who has never attended the event.
  11. Global Partners Across the First Half of the 2026 WordPress Event Season (WordPress.org News) — In the first half of 2026, the five Global Partners (Jetpack, WordPress.com, WooCommerce, Bluehost, and Hostinger) supported over a dozen regional WordCamps and a growing network of Campus Connect events, reaching thousands of developers and students globally.
  12. WordPress Redis Object Cache and What to Do If It Fails (ACF Blog) — WordPress's built-in object cache is non-persistent and resets with every request, whereas Redis provides persistent caching for database objects like posts and options to reduce query load.

Emerging Trends

Developer Implications


What I'm Watching

Mostly watching new proposed iterations for the following features in the upcoming WordPress 7.1 (~Aug. 26, 2026), including:

Those are just a few highlights, but so much more on the roadmap.


Source Articles

WordPress Developer Blog

Make Core

WordPress.org News

ACF Blog


Build Notes