How to enable and be able to switch between Classic and Block Editor in WordPress
WordPress gives users two main ways to edit their content - the WP Classic Editor and the Block (Gutenberg) Editor. If you prefer the old familiar text box or you're more comfortable with blocks and drag-and-drop layouts, you can actually use both editors on the same website.
This quick guide will show you how to enable both editors and how to switch between them anytime you want.
What's the difference between the Classic and Block Editor?
-
Classic Editor - This is the older WordPress editing screen that looks like a simple word processor. It's straightforward, great for quick writing, and works well with many themes and plugins.
-
Block Editor (Gutenberg) - This is the newer, visual editing experience. It allows you to build pages using blocks for text, images, videos, and layouts without needing shortcodes or custom HTML.
Why use both editors?
Some websites prefer to keep both editors available because:
-
The Classic Editor can help avoid technical issues such as REST API or JSON errors that sometimes occur with custom post types.
-
The Block Editor is perfect for creating modern layouts, media-rich posts, and responsive page designs.
-
Each user can choose which editing style they're more comfortable with.
How to enable both editors
-
Go to your WordPress Dashboard → Plugins → Add New.
-
Search for Classic Editor.
-
Install and activate it.
-
Once activated, go to Settings → Writing.
-
Under Default editor for all users, select Classic Editor (you can also choose Block Editor if preferred).
-
Under Allow users to switch editors, choose Yes.
-
Click Save Changes.
How to switch between editors
After enabling the option above, users can switch editors for each post or page:
-
Go to Posts → All Posts or Pages → All Pages.
-
Hover over the item you want to edit.
-
You'll see links such as:
-
Edit (Classic Editor)
-
Edit (Block Editor)
-
-
Click the one you prefer for that content.
You can freely move between editors without affecting existing content.
Notes and best practices
-
When switching from Block Editor to Classic, some blocks (like columns or buttons) may convert into shortcodes or basic HTML.
-
Test your content layout after switching editors, especially for pages with custom formatting.
-
For most standard posts or pages, switching editors is safe and reversible.
Final thoughts
Whether you're more comfortable with the Classic Editor's simplicity or the Block Editor's flexibility, WordPress lets you choose. Enabling both gives you and your team the freedom to edit content your way - no coding required.