NewThe WP Tutoring WordPress training platform is live — on demand video courses and interactive WordPress lessons. Free lessons included.Start free
Helping site owners learn WordPress since 2012 · (844) WP-TUTOR
Block Editor

How to Disable the Block Editor in WordPress (Gutenberg)

Three working ways to disable the block editor in WordPress: the Classic Editor plugin, the Disable Gutenberg plugin, or one line of code.

WT
WP Tutoring TeamWordPress Instructors
Updated Aug 3, 2026
3 min read

The block editor (Gutenberg) has been the default WordPress editor since version 5.0 back in 2018 — but if you or your team are faster in the classic editing screen, or you rely on plugins built for it, turning the block editor off is still fully supported. Here are the three ways that work today, re-shot in August 2026 on WordPress 7.0.

TL;DR The 30-second version
  • Easiest: the official Classic Editor plugin — install, activate, done.
  • Most control: the Disable Gutenberg plugin — disable by role, post type, or everywhere.
  • No plugin: one add_filter line in your child theme or a snippets plugin.
  • You can keep both editors available per post — often the best setup for teams.

The Classic Editor plugin is free, maintained by the WordPress core team itself, and restores the original editing screen. Install and activate it from Plugins → Add Plugin (our plugin installation tutorial walks through this).

The Plugins screen with Classic Editor installed and active

Activation alone switches your site to the classic editor. To fine-tune it, go to Settings → Writing, where the plugin adds two options:

  • Default editor for all users — Classic editor or Block editor.
  • Allow users to switch editors — with Yes, each person (and each post) can use whichever editor fits.

Writing Settings showing the Default editor and Allow users to switch editors options

With switching allowed, the Posts list shows which editor each post uses, and hovering a title reveals both Edit (block editor) and Edit (classic editor) links:

The Posts list with per-post links to open either editor

Opening a post in the classic editor gets you the familiar two-tab (Visual/Text) screen:

A post open in the restored classic editor

Option 2: the Disable Gutenberg plugin

If you want the block editor gone more thoroughly — or only for some content — install Disable Gutenberg instead (don't run it together with Classic Editor; pick one). Its settings live at Settings → Disable Gutenberg.

Out of the box, Complete Disable is checked: the block editor is off everywhere and the classic editor takes over, including a Classic Widgets option for your widget screens.

The Disable Gutenberg settings page with Complete Disable checked

Untick Complete Disable and the page reveals granular controls: disable the block editor only for specific user roles, post types, theme templates, or post IDs. That's the tool to reach for when, say, editors should use the classic screen but landing pages stay in blocks.

Option 3: disable it with code

One filter turns the block editor off for posts and pages:

add_filter( 'use_block_editor_for_post', '__return_false' );

Put it in a child theme's functions.php or — safer if you're not used to editing theme files — in a snippets plugin such as Code Snippets, so a typo can't take your site down and theme updates can't erase it. There's a matching use_block_editor_for_post_type filter if you only want it off for one post type.

Don't edit functions.php live

A syntax error in functions.php white-screens the site until it's fixed over FTP or your host's file manager. If that sentence sounded stressful, use Option 1 or a snippets plugin instead.

Should you disable it at all in 2026?

An honest note before you commit: the block editor is no longer the rough 2018 newcomer — it now powers full site editing, patterns, and most new theme and plugin features, and it's genuinely good. Disabling it is completely legitimate for team consistency or legacy workflows, but if you're only avoiding it because it felt confusing once, consider our WordPress video courses — an afternoon of guided practice is usually enough to switch comfortably.

Keep learning

Frequently asked questions

Is the Classic Editor plugin still supported?
Yes. It's maintained by the WordPress core team, still has millions of active installs, and remains the officially recommended way to keep the classic editing screen. Its retirement has been postponed repeatedly — it isn't going away suddenly.
Will disabling the block editor break my existing posts?
No. Posts written in the block editor keep their content; you'll just edit them as HTML-with-comments in the classic screen, which is ugly but harmless. For a smoother mix, enable "Allow users to switch editors" and open each post in the editor it was written with.
Can I disable the block editor for just one post type or role?
Yes — that's the Disable Gutenberg plugin's specialty. Untick "Complete Disable" on its settings page and you can limit the block editor by role, post type, template, or even individual post IDs.
WT

WP Tutoring Team

WordPress Instructors

We’ve been teaching WordPress to individuals and businesses since 2013 — through step-by-step tutorials, video courses, and 1-on-1 tutoring sessions.

Leave a comment

Comments are reviewed before they appear.

Get our free WordPress starter guide

Join thousands of site owners and get step-by-step WordPress tutorials in your inbox, plus printable cheat sheets.

Beginner-friendly, no jargon
Printable cheat sheets & checklists
Unsubscribe anytime

Request your session

We’ll reply quickly — usually the same business day.

By using this form you agree with the storage and handling of your data by this site.

Access our WordPress Training Academy videos

Step-by-step video courses covering the block editor, themes, plugins, and everything you need to build a site you’re proud of. Free lessons included — browse the full library before you sign up for anything.

Explore the Academy