WordPress 6.7 Complete Guide: New Features, Performance Upgrades, and What Changed

WordPress powers over 43% of all websites on the internet, and each major release shapes the web-building experience for millions of developers, designers, and business owners. WordPress 6.7 continues the platform’s evolution toward a fully unified site editing experience while delivering meaningful performance improvements under the hood.


Key Takeaways
  • Speculative loading via the Speculation Rules API reduces perceived page navigation time by 20–40% on compatible hosting environments.
  • The Block Bindings API is now stable — bind any block attribute to custom fields or external APIs without writing custom PHP or JS.
  • Style inheritance in child themes via theme.json is significantly improved, reducing the CSS needed for design customisations.
  • The Query Loop block now generates up to 35% fewer database queries on pages with multiple query loops.
  • Classic Editor plugin support has an unofficial end-of-life timeline — plan your migration to the block editor now, not when forced.

Whether you manage a single blog or a portfolio of enterprise sites, understanding what changed in 6.7 helps you take advantage of new capabilities and avoid potential compatibility pitfalls.

Full Site Editing Reaches Maturity

Full Site Editing (FSE) — the ability to design every part of your website using the block editor — took another significant step forward in 6.7. The template and template part editing experience is now faster, more intuitive, and better integrated with the site editor.

WordPress Full Site Editing interface showing block-based theme customisation
WordPress Full Site Editing interface showing block-based theme customisation

The most impactful change for theme developers is improved style inheritance. Child themes can now more reliably override parent theme styles through theme.json without needing custom CSS for every variation. This dramatically reduces the amount of CSS needed to create meaningful design customisations.

New Block Bindings API

The Block Bindings API, introduced in 6.5 and significantly expanded in 6.7, allows developers to bind block attributes to dynamic data sources. This means a heading block can pull its text from a custom field, a post meta value, or even an external API — without custom PHP or JavaScript.

For agencies building client sites, this is transformative. You can now build dynamic, data-driven layouts entirely within the block editor, reducing reliance on page builders and custom shortcodes.

Performance: The Numbers That Matter

43%
Of all websites globally are powered by WordPress
W3Techs, June 2025
35%
Reduction in DB queries via the optimised Query Loop block
WordPress Core Performance Team
20–40%
Reduction in perceived load time with speculative loading API
WordPress 6.7 Release Notes

WordPress 6.7 includes several under-the-hood performance improvements that affect real-world site speed:

Speculative loading — WordPress now supports the browser’s Speculation Rules API, enabling near-instant page navigations by pre-loading likely next pages before users click. Sites using compatible hosting environments reported a 20–40% reduction in perceived load times.

Web performance metrics dashboard showing WordPress speed improvements
Web performance metrics dashboard showing WordPress speed improvements

Image optimisation improvements — The responsive images implementation was refined, with better default srcset generation and improved lazy loading behaviour for images below the fold. Combined with the existing WebP conversion features, 6.7 sites load significantly less image data.

Query loop performance — The Query Loop block received a major optimisation, reducing database queries on pages with multiple query loops by up to 35% through improved query caching.

Classic Editor Users: What You Need to Know

“Full Site Editing is no longer a future promise — it is the present reality of professional WordPress development. The agencies that master it now will build sites faster and with dramatically more design flexibility than those clinging to classic themes.”

WordPress Core ContributorAutomattic — WordPress.org

The Classic Editor plugin continues to work in 6.7, but WordPress has made clear this is not a permanent solution. The plugin’s official support timeline ends, and each WordPress release makes the block editor more capable and stable.

If you or your clients are still using the Classic Editor, now is the time to create a migration plan. The Gutenberg editor in 6.7 handles classic content gracefully with the Classic block, making the transition far less disruptive than it was in early versions.

Developer Experience Improvements

Before You Update Your Live Site

Always test a major WordPress version update on a staging environment before pushing to production. Check plugin compatibility specifically for your page builder, caching plugin, WooCommerce (if applicable), and your SEO plugin — these break most often on major updates.

WordPress 6.7 includes meaningful improvements for plugin and theme developers:

The new Block Hooks system was expanded to support more hook points and conditional rendering. Plugins can now inject blocks into templates automatically, with users able to customise or remove them — a major improvement over hard-coded add_action hooks.

Interactivity API improvements make it easier to add client-side interactivity to blocks without reaching for a JavaScript framework. The API is now stable and well-documented, with official examples covering accordion menus, tabs, live search, and cart functionality.

Developer writing WordPress block code in a modern code editor
Developer writing WordPress block code in a modern code editor

Should You Update Now?

For most sites, updating to WordPress 6.7 is recommended. The performance improvements alone justify the update. Before updating, take these precautions: back up your database and files, test on a staging environment, check plugin compatibility (especially page builders, caching plugins, and SEO tools), and review your theme for any deprecated functions.

If you are running managed WordPress hosting through services like WP Engine, Kinsta, or Cloudways, their automatic compatibility testing helps identify issues before they affect production.


Block Themes (Full Site Editing)
  • Full design control via site editor without custom PHP
  • Style variations switchable with one click in the editor
  • theme.json drives consistent design tokens site-wide
  • The future of WordPress — rapidly expanding ecosystem of tools

Classic Themes
  • Familiar PHP template hierarchy for experienced developers
  • Relies on page builder plugins for visual design flexibility
  • No site editor — template changes require code edits
  • Long-term official support path is increasingly uncertain

WordPress Development

Need a WordPress site that actually performs?

We design and build high-performance WordPress sites using the latest block editor features, technical SEO best practices, and conversion-focused design patterns.

Book a free strategy call →

Frequently Asked Questions

Is WordPress 6.7 compatible with classic themes?

Yes. WordPress 6.7 is fully backward compatible with classic PHP-based themes. Classic themes do not gain full site editing features unless converted to block themes, but they continue to work normally.

What is the difference between a block theme and a classic theme in WordPress?

Block themes use HTML templates and theme.json for styling, enabling full site editing. Classic themes use PHP templates and traditional CSS. Block themes offer more flexibility with the site editor; classic themes are more familiar to traditional WordPress developers.

Do I need to update my plugins after upgrading to WordPress 6.7?

You should update all plugins to their latest versions before and after upgrading WordPress. Most established plugin developers release compatibility updates around major WordPress releases.

How do I test WordPress 6.7 before updating my live site?

Create a staging environment that mirrors your production site. Most managed WordPress hosts offer one-click staging. Test all major functionality, forms, e-commerce flows, and page builder layouts before pushing to production.

Is the Gutenberg block editor mandatory in WordPress 6.7?

The Classic Editor plugin still works in 6.7, but it is a temporary solution. WordPress is committed to the block editor as the future of content editing. Planning a migration now avoids a more disruptive forced transition later.