WordPress has a new editor called Gutenberg. But some people prefer the old editor. This old editor is called the Classic Editor. Do you want to keep using the Classic Editor? This guide will help you.
Why Some People Prefer the Classic Editor
The Classic Editor is simple. It is easy to use. Some people do not like change. They feel comfortable with the Classic Editor. It is also faster for some tasks.
What is Gutenberg?
Gutenberg is a new editor for WordPress. It uses blocks to build content. These blocks can be text, images, or other things. Some people find it confusing. It can be slow to learn.

Credit: theeventscalendar.com
Steps to Disable Gutenberg
You can disable Gutenberg in a few steps. Here are the simple steps to follow:
Step 1: Install The Classic Editor Plugin
The Classic Editor plugin is free. It is easy to install. Follow these steps:
- Go to your WordPress dashboard.
- Click on “Plugins” on the left menu.
- Click “Add New” at the top.
- Type “Classic Editor” in the search box.
- Click “Install Now” next to the Classic Editor plugin.
- After installation, click “Activate.”
Step 2: Configure The Classic Editor Plugin
Now you need to configure it. Follow these steps:
- Go to “Settings” in the left menu.
- Click on “Writing.”
- You will see options for the Classic Editor.
- Select “Replace the Block editor with the Classic Editor.”
- Click “Save Changes.”
Step 3: Check Your Posts
Go back to your posts. You should see the Classic Editor. If you do not, clear your browser cache. You can also try another browser.
Other Options to Disable Gutenberg
There are other ways to disable Gutenberg. Here are some options:
Use A Code Snippet
You can add a code snippet. This will disable Gutenberg. Follow these steps:
- Go to your WordPress dashboard.
- Click on “Appearance” on the left menu.
- Click “Theme Editor.”
- Find the functions.php file.
- Add this code to the file:
add_filter('use_block_editor_for_post', '__return_false', 10);
Save the file. This will disable Gutenberg.
Use The Disable Gutenberg Plugin
This plugin will disable Gutenberg. Follow these steps:
- Go to your WordPress dashboard.
- Click on “Plugins” on the left menu.
- Click “Add New” at the top.
- Type “Disable Gutenberg” in the search box.
- Click “Install Now” next to the Disable Gutenberg plugin.
- After installation, click “Activate.”
This plugin will disable Gutenberg. You can also configure it.
Use A Custom Plugin
You can create a custom plugin. This will disable Gutenberg. Follow these steps:
- Create a new folder on your computer.
- Name it “disable-gutenberg.”
- Create a new file in this folder. Name it “disable-gutenberg.php.”
- Add this code to the file:
php
/
Plugin Name: Disable Gutenberg
Description: A simple plugin to disable Gutenberg.
Version: 1.0
Author: Your Name
/
add_filter('use_block_editor_for_post', '__return_false', 10);
?
Zip the folder. Upload it to your WordPress site. Go to “Plugins” and click “Add New.” Click “Upload Plugin.” Choose your zip file and click “Install Now.” Click “Activate.” This will disable Gutenberg.
Benefits of Using the Classic Editor
The Classic Editor has many benefits. Here are some:
- It is easy to use.
- It is faster for simple tasks.
- It is familiar to many users.
- It has fewer bugs.
- It works well with old plugins.

Credit: www.wpbeginner.com
Frequently Asked Questions
How Do I Disable Gutenberg In WordPress?
Install and activate the “Classic Editor” plugin. This will disable Gutenberg.
What Is The Classic Editor Plugin?
The Classic Editor plugin restores the old WordPress editor. It replaces the Gutenberg block editor.
Why Should I Keep The Classic Editor?
The Classic Editor is simple and familiar. Many find it easier to use than Gutenberg.
Can I Use Both Gutenberg And Classic Editor?
Yes, you can choose which editor to use for each post or page.
Conclusion
Gutenberg is the new editor for WordPress. But many people prefer the Classic Editor. It is easy to disable Gutenberg. You can use the Classic Editor plugin. You can use a code snippet. You can use the Disable Gutenberg plugin. Or you can create a custom plugin. Choose the method that works best for you. Enjoy using the Classic Editor!