ZeroToWP

Full Site Editing

Quick Definition

A WordPress feature set that lets you design your entire website — headers, footers, templates, and more — using the block editor instead of code or the Customizer.

WordPress Full Site Editing documentation on developer.wordpress.org

What Is Full Site Editing?

Full Site Editing (FSE) is a collection of WordPress features that extend the block editor beyond posts and pages to cover your entire website. Instead of editing headers in PHP files, footers in widget areas, and colors in the Customizer, FSE brings everything into one visual interface called the Site Editor.

FSE was first introduced in WordPress 5.8 (July 2021) and reached a stable, production-ready state in WordPress 5.9 (January 2022) with the launch of the Twenty Twenty-Two block theme. Each major release since has refined the experience — by 2026, the default WordPress theme (Twenty Twenty-Five) is itself a block theme, signaling that FSE is now the standard way to build WordPress sites.

How FSE Works

FSE is built on four core components:

  • Site Editor — Found under Appearance > Editor, this is the visual canvas where you design templates and template parts for every page type on your site.
  • Templates — Files that define the layout for pages like the homepage, single post, archive, 404, and search results. You can create and edit these visually without touching code.
  • Template Parts — Reusable sections (header, footer, sidebar) that can be shared across multiple templates. Edit the header once and it updates everywhere.
  • Global Styles — A centralized panel (the paintbrush icon in the Site Editor) where you set site-wide colors, typography, spacing, and block defaults using a theme.json configuration file under the hood.

Block Themes vs. Classic Themes

FSE only works with block themes. A block theme uses HTML template files and theme.json instead of PHP templates and functions.php. Popular block themes include Twenty Twenty-Five (free, bundled with WordPress), Ollie, and Kadence.

Classic themes — like Astra or GeneratePress in their traditional form — still use the older Customizer for design changes. They cannot use the Site Editor. Some theme developers now offer hybrid or block-compatible versions of their themes to bridge this gap.

Who Needs FSE?

FSE is ideal if you want to build a custom-looking site without hiring a developer. You can design a unique header, create different layouts for blog posts vs. landing pages, and apply global design changes in minutes.

That said, classic themes are still a perfectly valid choice in 2026 — especially if you are using a mature theme with an ecosystem of child themes, starter templates, and plugin integrations you rely on. The Customizer is not going away anytime soon.

Why It Matters

FSE represents WordPress's answer to page builders like Elementor and Divi — a native, code-free way to design any part of your site. As block themes mature and the Site Editor improves, FSE is becoming the default expectation for new WordPress projects.

Sources: WordPress Developer Docs — Full Site Editing · fullsiteediting.com

Related Terms

Related Articles