disable Full Site Editing

Collapse

Unconfigured Ad Widget

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • wisly.k
    Senior Member
    • May 2022
    • 176

    disable Full Site Editing

    VPS Hosting
    How to disable Full Site Editing in the new WordPress version?
  • Annie_P
    Senior Member
    • Aug 2022
    • 186

    #2
    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

    • Sophia Rodriguez
      Junior Member
      • Jun 2025
      • 8

      #3
      You can use a plugin called "Disable Full Site Editing" to turn off FSE easily.

      After you install and activate it, you can either change the settings in your dashboard or add this line to your wp-config.php file:

      define('DISABLE_FSE', true);

      Comment

      • Paul Schmidt
        Junior Member
        • Jun 2025
        • 22

        #4
        Trust me on this — before you make any changes to your wp-config.php or theme files, always back up your site first. I learned the hard way once when a small error took down the whole site.​

        Comment

        Working...
        X