How to disable Full Site Editing in the new WordPress version?
disable Full Site Editing
Collapse
Unconfigured Ad Widget
Collapse
X
-
Full Site Editing (FSE) is a major feature introduced in WordPress 5.9 and enhanced in later versions. It allows users to edit and customize their entire website layout using blocks, not just the content of posts or pages.
You can:- Design headers, footers, and sidebars using the Block Editor.
- Create and customize templates (e.g., blog post layout, 404 pages).
- Use the Site Editor instead of the old Customizer or widgets.
- Manage site-wide styles (colors, typography, spacing) from a single place.
Disable FSE
FSE depends on the presence of a theme.json file and block templates.
How to disable:- If you're creating a custom theme, simply do not include a theme.json file or block-templates folder.
- If you're editing an existing theme, you can remove or rename theme.json, but this may break the theme’s layout.

Comment