“Get rid of the Block Editor in WordPress for good with these simple hacks!”

Perplexity and Burstiness: Removing Block Editor in WordPress

What is Block Editor in WordPress?

Being a WordPress user, you must have experienced frustration with the new Block Editor. While some users find it helpful, most prefer the classic editor. The Block Editor or Gutenberg replaced the Classic Editor in WordPress 5.0. Users can create content on WordPress using blocks that can contain text, images, videos, and more. Despite the new features, some users find it cumbersome and complicated to use.

Why Remove Block Editor in WordPress?

There are different reasons why WordPress users want to remove the Block Editor. These include compatibility issues with plugins and themes that were designed for the Classic Editor, difficulty in working with the Block Editor, and preference for the Classic Editor.

How to Remove Block Editor in WordPress

There are three ways to remove the Block Editor in WordPress:

Method 1: Using Plugins

The easiest and quickest way to remove the Block Editor in WordPress is by using plugins. Here are some of the most popular plugins:

  1. Disable Gutenberg – this plugin will disable the Block Editor and replace it with the Classic Editor.
  2. Classic Editor – this plugin restores the Classic Editor in WordPress. Users will have two WordPress editors – the Classic Editor and the Block Editor, which can be switched from the Settings > Writing page.
READ MORE  "Unleash the Power of WordPress: The Ultimate Guide to Unpublishing Your Posts Like a Pro!"

Method 2: Adding Code to functions.php

If users do not want to use a plugin, they can add code to WordPress theme’s functions.php file.

  1. Log in to the WordPress dashboard
  2. Select Appearance > Theme Editor
  3. Choose the theme to edit the functions.php file
  4. In the right column, click on the file named functions.php
  5. Add the following code to the file above the ?> tag: add_filter(‘use_block_editor_for_post’, ‘__return_false’);
  6. Click on the “Update File” button

Method 3: Using the Classic Editor Plugin

The Classic Editor plugin is the easiest way to revert to the Classic Editor in WordPress. Here’s how to install and use the plugin:

  1. Go to the Plugins menu in the WordPress Dashboard
  2. Click on “Add New” and search for “Classic Editor”
  3. Click on the “Install Now” button
  4. Select the “Activate Plugin” button
  5. Visit the “Settings” menu and choose “Writing”
  6. Depending on your preferences, choose to use the Gutenberg or Classic Editor by default

Removing the Block Editor in WordPress is easy, regardless of the method users prefer. However, users must backup their WordPress site before making any changes to ensure that they can revert to a previous version if anything goes wrong.

Leave a Reply

Your email address will not be published. Required fields are marked *