-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreadme.txt
36 lines (27 loc) · 1.73 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
=== Classic Widgets with Block-based Widgets ===
Contributors: 5um17
Tags: classic widgets, gutenberg widgets, disable gutenberg, block-based-widgets
Requires at least: 5.8
Tested up to: 6.7.1
Requires PHP: 7.0
Stable tag: 1.0.1
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Restore the classic widgets screen as a new menu item without replacing new block-based widgets.
== Description ==
*Classic Widgets with Block-based Widgets* allows you to use both widgets screens at the same time.
Sometimes, you need to use the classic widget screen for some of the widgets without permanently disabling the block-based widgets. With this plugin, you can access the Classic Widgets screen in `Appearance > Classic Widgets` and the block-based screen at the usual place in `Appearance > Widgets`.
**NOTE:-**
This plugin uses WordPress filters to create a new classic widget screen. That means it will work as long as WordPress supports the Classic Widgets screen.
= Links =
* [GitHub repository](https://github.com/5um17/classic-widgets-with-block-based-widgets)
== Installation ==
* Install *Classic Widgets with Block-based Widgets* from the 'Plugins' section in your dashboard (Plugins > Add New > Search for 'Classic Widgets with Block-based Widgets').
Or
Download *Classic Widgets with Block-based Widgets* and upload it to your webserver via your FTP application. The WordPress codex contains [instructions on how to do this here](https://wordpress.org/support/article/managing-plugins/#manual-plugin-installation-1).
* Activate the plugin and navigate to Appearance > Classic Widgets to manage your widgets.
== Changelog ==
= 1.0.1 - 2023-02-06 =
* Fixed text domain issue. Thanks @alexclassroom
= 1.0 - 2022-02-20 =
* Initial Release