wordpress

Enable Classic Editor without Using Plugin.

Problem 

I have been using classic editor for ages, but all of a sudden when WordPress got updated, a block editor came which made my work very difficult. I had to learn everything before posting my blog. It was sooo frustrating. I want old classic editor back and I don’t want to use any plugin for that. Is it possible?

 

Solution

Yes, It’s possible and it is a very simple process. To disable the block editor and enable classic editor you can follow the following 5 steps.

Step 1: First of all go to your dashboard and on the left side of the panel hover your mouse on Appearance.

Step 2: Click on Theme File Editor.

 

Step 3: You might be given a warning that changing the files might crash your website. If you are not familiar with WordPress codes please don’t mess up other code.

Step 4: On the right side of the Themes file list select and click functions.php.

 

Step 5: In the file right after <?php past the following code

add_filter( 'gutenberg_use_widgets_block_editor', '__return_false' );

Step 6: After pasting this code click on Update files. Your file will be updated.

 

In this way you can easily apply classic editor without installing any plugins.


 

jaminrai

Recent Posts

The Duck and the Tortoise: A Tale of Patience and Teamwork

In a serene forest by the edge of a sparkling lake, there lived a cheerful…

6 days ago

10 Smart Strategies for a Secure and Enjoyable Retirement

Retiring comfortably is a goal many aspire to achieve, and with the right strategies, it’s…

1 week ago

Troubleshooting a Slow Computer

Is your computer running frustratingly slow? Don't worry; you're not alone in facing this common…

1 week ago

The Clever Fox and the Greedy Crow

Once, in a sunny forest, Fox and Crow were friends. One day, Crow found a…

1 week ago

The Little Lantern and the Lost Stars

Once upon a time, in a cozy village nestled between rolling hills and whispering forests,…

1 week ago