How to Disable WordPress Block Widgets and use old style Classic Widgets again ?

If you are also struggling with block-based widget style then this post will help to revert that new style widgets to old style. Means Classic style widget.

It’s very easy to disable WordPress block widgets. Using Plugins and using without plugin.

Using Plugin

Using this plugin Classic Widgets . Just add and activate this plugin.. it will auto revert to old style widgets view.

Using without plugin..

If you don’t want to use plugin then just add this simple code to your activate theme functions.php and hit on Update file button.

// revert to classic widget view ( Old View)
function nst_theme_support() {
    remove_theme_support( 'widgets-block-editor' );
}
add_action( 'after_setup_theme', 'nst_theme_support' );

After doing one of step above.. the result will be like this.. as before..

If you need any help just message me through form or chat box.

Thanks πŸ™πŸ˜Š

If this help you then.. Can you buy a Cup of Coffee for me by nst webcreation paypal--OR-- nst webcreation blog coffee cup

Published by

Narender Singh

Myself Narender Singh Thakur ( NST ) and i share my Experience/Knowledge and Tricks for folks and beginners to solve their issues while making websites through this Planet.

Related Articles

Leave a Reply

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

Click to Chat