=== Simple Page Specific Sidebars ===
Contributors: dgilfoy
Tags: widgets, sidebar, role based
Requires at least: 3.0
Tested up to: 3.1
Stable tag:  2.0

==Short Description ==

Add a Sidebar to any specific page.

==Description==
A plugin that adds a checkbox to every page allowing a user to select the page to have it's own sidebar.  You add the widgets and specify the plugin replaces your generic sidebar with the page specific one.  There is also a setting to allow you to simply add on to the sidebar if you so wish.

== Notes ==

Plugin is depending upon theme styling.  Version 1.0 of this plugin does not contain native styles.  If you are curious as to the reasoning behind this, check out:  

http://nimbu.in/p/wordcampseattle/

This is a minimal plugin, function over form.  If you would like to extend it, or would like us to extend it in later versions, feel free to contact us at admins@ivycat.com.  We do custom plugins as well as upgrades and features for existing plugins.

== Installation ==

1. Upload the entire page-sidebars directory to your plugins folder 
2. Click Install Plugin in your WordPress plugin page
3. ??? Profit ???

== Usage ==

Simply activate and go.  There are a couple filters for customization:

$location = apply_filters( 'page_sidebar_location', 'side' );
$priority = apply_filters( 'page_sidebar_priority', 'high' );

These allow the location and priority of the metabox on the "Edit Page" view to be changed.

Contact me if you want some more filters or actions added.

== Screenshots ==

Nothing yet.

== Frequently Asked Questions ==

Q: What is the point of this plugin?.  
A: Well, some of our clients have required the ability to edit the widgets order on specific pages.  This is what we came up with for the solution, and 
it seemed pretty useful to release to the community, I know I'll personally use it!

== Changelog ==



== Upgrade Notice ==

Latest versions mean latest security, latest features and the best time!

== Road Map ==

1. Add ordering feature? (long down the road).
2. Suggest a feature...


