Disable the WordPress’ block layout

[ad_1]

Hi there,

Thanks for reaching out.

If you want to disable the default Gutenberg editor in WordPress, use for instance this plugin: Classic Editor.

I hope that helps.

@farroyob I use code to disable the default Gutenberg editor

add_filter('use_block_editor_for_post', '__return_false');
add_filter('use_widgets_block_editor', '__return_false');

I tried it and it work

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer