{"id":2665,"date":"2018-12-11T21:10:36","date_gmt":"2018-12-11T15:40:36","guid":{"rendered":"https:\/\/awpguide.com\/?p=2665"},"modified":"2018-12-11T21:10:36","modified_gmt":"2018-12-11T15:40:36","slug":"how-to-disable-gutenberg-editor-in-wordpress","status":"publish","type":"post","link":"https:\/\/awpguide.com\/wp-guides\/how-to-disable-gutenberg-editor-in-wordpress\/","title":{"rendered":"How To Disable Gutenberg Editor in WordPress"},"content":{"rendered":"

A few days back, WordPress 5.0 got released. Most folks have updated the WordPress and seem like not happy with the block editor. That’s true. We are also not so happy with it.<\/p>\n

As a content creator, you must create posts on your blog. But how much time will it take using the Gutenberg editor? higher than usual. There’s a method available for using the old classic editor in the WordPress 5.0. In this post, we are going to show you how to disable Gutenberg editor in WordPress and use the classic editor.<\/p>\n

\"Disable<\/p>\n

How To Disable Gutenberg Editor in WordPress<\/h4>\n

The Gutenberg editor will look like this.<\/p>\n

\"wordpress<\/p>\n

Typically, there are 2 methods available. One is using the plugin method and the other one is by editing the theme files and adding some additional code.<\/p>\n

Both methods are same will bring the classic editor. Let’s check them both!<\/p>\n

Using Plugin<\/h4>\n

First of all, you need to log in to the WordPress dashboard and go to the add new plugins section. There, search for the Classic Editor<\/a> plugin. Simply install the plugin on your blog.<\/p>\n

\"install<\/p>\n

Once you got installed the plugin, activate it.<\/p>\n

\"activate<\/p>\n

Upon activation, you can see the plugin’s settings under the WordPress writing settings.<\/p>\n

\"classic<\/p>\n

Enable the classic editor on your blog. If you are running a multi-author blog and don’t need authors to switch editor, make it as a ‘no’ and save settings.<\/p>\n

Now, check your editor. Just need to simply edit a post or page<\/a> or custom post type.<\/p>\n

\"classic<\/p>\n

Pretty simple isn’t it?<\/p>\n

Now, let’s look over the coding method.<\/p>\n

Coding Method<\/h4>\n

If you already got installed and activated the classic editor plugin, you don’t need to do this.<\/p>\n

This can be done when you don’t want to increase the numbers that you are using on your blog. Some folks prefer codes instead of plugins. This method is for them.<\/p>\n

You need to go to the theme editor. Also, choose the functions.php file.<\/p>\n

\"theme's<\/p>\n

Simply copy the below code.<\/p>\n

\r\nadd_filter('use_block_editor_for_post', '__return_false');\r\n<\/pre>\n

Paste it on the functions.php file and update the file.<\/p>\n

\"code<\/p>\n

Now, you can see that the Gutenberg editor got disabled and the classic editor is there instead.<\/p>\n

\"gutenberg<\/p>\n

Which Method Is Best?<\/h4>\n

Both work the same. Disables the Gutenberg editor. Now, which one suits you?<\/p>\n

If you are a guy who changes the WordPress theme recently, you should go for the plugin method. You know the reason. Using the coding method, we are adding the code to the theme’s functions.php file. So if you choose the coding method and changed the theme, 5.0 editor will be there!<\/p>\n

On the other hand, if you choose the plugin method, you will not get any issues. No matter you change themes or whatever. The plugin is also supported till\u00a0December 31, 2021.<\/p>\n

Which Method That We Picked?<\/h4>\n

Normally folks will ask what are we using here and prefer the same method. For those, we are using the Classic Editor plugin. We hope that would be the best choice.<\/p>\n

But, also trying the Gutenberg editor on the other hand.<\/p>\n

This is how you can disable Gutenberg editor in WordPress 5.0.<\/p>\n

We hope you found this post helpful and enjoyed the read. If you did, please consider sharing this post with your friends and fellow bloggers on social media. For more related posts, you can check out our blog section<\/a>.<\/p>\n

If you are looking for the best WordPress plugins, check out our list must-have WordPress plugins on a blog<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"

A few days back, WordPress 5.0 got released. Most folks have updated the WordPress and seem like not happy with the block editor. That’s true. We are also not so happy with it. As a content creator, you must create posts on your blog. But how much time will it take using the Gutenberg editor?… Read More \u00bb<\/a><\/p>\n","protected":false},"author":1,"featured_media":2685,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","footnotes":""},"categories":[5],"tags":[],"_links":{"self":[{"href":"https:\/\/awpguide.com\/wp-json\/wp\/v2\/posts\/2665"}],"collection":[{"href":"https:\/\/awpguide.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/awpguide.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/awpguide.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/awpguide.com\/wp-json\/wp\/v2\/comments?post=2665"}],"version-history":[{"count":0,"href":"https:\/\/awpguide.com\/wp-json\/wp\/v2\/posts\/2665\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/awpguide.com\/wp-json\/wp\/v2\/media\/2685"}],"wp:attachment":[{"href":"https:\/\/awpguide.com\/wp-json\/wp\/v2\/media?parent=2665"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/awpguide.com\/wp-json\/wp\/v2\/categories?post=2665"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/awpguide.com\/wp-json\/wp\/v2\/tags?post=2665"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}