=== Plugin Name === Contributors: daggerhart Tags: widgets Requires at least: 2.7 Tested up to: 3 Stable tag: trunk A way to manage widgets on a page by page basis. == Description == THIS PLUGIN IS OLD AND NO LONGER SUPPORTED. I've created a significantly more robust plugin named [Widget Wrangler](http://wordpress.org/extend/plugins/widget-wrangler/ "A much better plugin"). Exploding Widgets gives the wordpress admin a clean interface for managing widgets on a page by page basis. Currently only supports one exploding widgets sidebar. == Installation == 1. Upload `exploding-widgets` to the `/wp-content/plugins/` directory 1. Activate the plugin through the `Plugins` menu in WordPress 1. Copy `sidebar-exploding-widgets.php` into your theme directory 1. Edit your theme to include this sidebar where desired. == Frequently Asked Questions == = How do I create a new widget? = Edit the 'sidebar-exploding-widgets.php' file you copied to your theme directory. Create a new function like so. function widget_my_widget_name() Then add this widget name to the $allowed array at the top of that file. 'my_widget_name', == Screenshots == 1. Widget Page Manager == Changelog == = 0.5.5.6 = * Updated readmet to direct people to Widget Wrangler * I have no excuse for the version convention used for this plugin. = 0.5.5.5 = * Fixed bug where some meta boxes weren't saving with the post. Removed