=== Plugin Name === Contributors: zorgbargle Donate link: http://www.phenomenoodle.com/free-resources Tags: widgets, admin, administration, theme Requires at least: 2.8 Tested up to: 3.0 Stable tag: 1.0.0 Saves widgets for the active theme, allowing them to be restored when the theme is reactivated. == Description == A plugin that adds "Save", "Restore" and "Reset" buttons to the Widgets configuration page with the following functionality: Save: Saves the current widget layout for the current theme. Restore: If widgets have previously been saved for a given theme, restore will restore the widgets to how they were laid out when last saved. Reset: Removes all widgets. This is useful if widgets have become "stuck". See http://justintadlock.com/archives/2009/03/03/widgets-reset-wordpress-plugin for more information on when reset may be useful. = Typical Usage = This plugin is primarily useful when switching back and forth between themes. Widgets become displaced when switching between two themes that use different sidebar identifiers. In such a case, widgets will end up in the "Inactive Widgets" area. If a large number of widgets are used, it can be painful having to drag each widget back into the correct sidebar. To make things easier, this plugin allows you to save the current layout of widgets against the current theme, allowing them to be restored later when the theme is reactivated. A typical process would be as follows: 1. Use "Save" to save your current widget layout for the current theme. 1. Activate a new theme (depending on sidebar identifiers, widget layout may or may not be reset at this point). The "Restore" button will be inactive at this point, because no "Save" has been applied for the new theme. 1. Arrange widgets for new theme, and save to remember their layout for the new theme. 1. Now switch back to the old theme. The "Restore" button should be active, and can be used to restore the widget layout back to how it was when you last saved for the old theme. == Installation == 1. Install and activate the plugin as usual. 1. Go to Appearance - Widgets, the save, restore and reset buttons should now be available at the top of the page. Note that there are no plugin-specific settings, all configuration is done via the widget configuration page. == Changelog == = 1.0.0 = * Initial version.