To enable old wordpress editor instead of new WordPress 5 block editor

To enable old wordpress editor instead of new Wordpress 5 block editor

To enable old WordPress editor instead of new WordPress 5 block editor

With the new update of WordPress 5, the old post editor is replaced with new block editor. Which most people don’t like.

To enable old wordpress editor instead of new WordPress 5 block editor

In order to switch back to the old one, here is a simple trick.

On left side menu, click Appearance and Select Editor:

enable old wordpress editor instead of new block editor

On the right side, you need to select your current theme (which in most cases is already selected).

Then select Theme Function from Theme Files.

To enable old wordpress editor instead of new WordPress 5 block editor

You will see the script of Theme Functions in the mid.

To enable old wordpress editor instead of new WordPress 5 block editor

Add a line at the end of the script:

add_filter('use_block_editor_for_post', '__return_false');

To enable old wordpress editor instead of new WordPress 5 block editor

and click Update.

You will get back your old WordPress editor.

 

Related Links:

One Comment on “To enable old wordpress editor instead of new WordPress 5 block editor”

Leave a Reply

Your email address will not be published.