What "Full Site Editing" Means
Full Site Editing (FSE) extends the block editor from Day 9 beyond just posts and pages — to your header, footer, and every template that makes up your site. Instead of editing PHP template files or relying on the Customizer, you build your entire layout out of blocks.
This is only available if you're using a block theme, which you learned to identify back on Day 4. Classic themes still rely on the Customizer for site-wide changes.
- ✓Access the Site Editor through Appearance → Editor, in place of the classic Customizer.
- ✓Every part of a page — header, content, footer — is a block you can select and edit directly.
- ✓FSE requires a block theme; it won't appear as an option on classic themes.
Two Different Ways to Edit Your Site
If your theme supports FSE, you'll notice the classic Customizer is replaced entirely by the Site Editor.
A panel of theme-defined settings — colors, menus, widgets — for classic themes. Limited to what the theme developer exposes.
A full visual canvas where you edit templates directly with blocks — header, footer, single post layout, and more.
Go to Appearance in your dashboard. If you see "Editor," your theme supports FSE. If you only see "Customize," you're on a classic theme.
Templates, Template Parts & Patterns
FSE is built from a few core concepts that fit together like layers.
// Core Site Editor concepts Template // controls a full page type, e.g. "Single Post" Template Part // a reusable piece, e.g. header or footer Pattern // a pre-designed group of blocks you can insert Global Styles // site-wide colors, fonts, and spacing settings
Your First Look Around
The Site Editor has a few distinct areas worth knowing before you start editing.
Changing Your Header Everywhere at Once
Template parts are the clearest example of why FSE is powerful — edit your header once, and it updates on every page that uses it.
What Trips Up FSE Beginners
Breaking Down What You Just Learned
FSE extends blocks site-wideHeader, footer, and every template become editable blocks.
Requires a block themeClassic themes still use the Customizer instead.
Core conceptsTemplates, template parts, patterns, and Global Styles work together.
Template parts are reusableEdit a header once and it updates everywhere it's used.
Changes save automaticallyUse revision history if you need to undo a template edit.
Try It Yourself
Open Appearance in your dashboard and check whether you see "Editor" or "Customize." Note which one your active theme supports before starting today's practice.
Explore and Adjust Your Site Template
Getting comfortable inside the Site Editor
If your theme doesn't support FSE, switch temporarily to a free block theme like Twenty Twenty-Four to follow along, then switch back afterward if you prefer your current theme.
- Open Appearance → Editor and browse the available templates.
- Open the header template part and rearrange or restyle one block.
- Open Styles and adjust your site's primary color.
- Insert one pattern from the pattern library into your homepage template.
- Check the front end to confirm your header and color changes appear site-wide.
Recap
Extends the block editor to your header, footer, and every template.
Reusable pieces like headers that update everywhere at once.
Site-wide colors, fonts, and spacing controlled from one place.
Classic themes still rely on the Customizer instead of FSE.
Key Takeaways
- Full Site Editing extends the block system to your header, footer, and every page template.
- FSE requires a block theme — classic themes still rely on the Customizer.
- Templates, template parts, patterns, and Global Styles are the core building blocks of FSE.
- Editing a template part like the header updates it everywhere it's used, instantly.
- Template changes save automatically, so use revision history if you need to undo something.