=== Dynamics Sidebars === Contributors: alyssonweb Tags: sidebar, widget, dynamic, different Requires at least: 3.0 Tested up to: 3.1.2 Stable tag: 0.1 Add a custom options to Pages so they can have different sidebars == Description == Add a custom options to Pages so they can have different sidebars == Installation == Install 1. Unzip the dynamics-sidebars.zip file. 2. Upload the the dynamics-sidebars folder (not just the files in it!) to your wp-contents/plugins folder. If you're using FTP, use 'binary' mode. Activate 1. In your WordPress administration, go to the Plugins page 2. Activate the Dynamics Sidebars plugin. 3. Go to the Pages > Add or New and you should see the Dynamic Sidebar Metabox on the side 4. Enter the name of your dynamic sidebar, recomment to put the same name as you page name 5. Go to the Appearance > Widget page and place anything on your new widget area 6. On your template page.php or custom template just add the following code ID, 'dynamic_sidebar', true ); dynamic_sidebar( $dynamic_sidebar ); ?> == Frequently Asked Questions == == Screenshots == == Changelog == = 0.1 = * First version of the plugin. == Upgrade Notice == = 0.1 = First version of the plugin. Stable version. == Arbitrary section == == A brief Markdown Example == Ordered list: 1. Some feature 1. Another feature 1. Something else about the plugin Unordered list: * something * something else * third thing Here's a link to [WordPress](http://wordpress.org/ "Your favorite software") and one to [Markdown's Syntax Documentation][markdown syntax]. Titles are optional, naturally. [markdown syntax]: http://daringfireball.net/projects/markdown/syntax "Markdown is what the parser uses to process much of the readme file" Markdown uses email style notation for blockquotes and I've been told: > Asterisks for *emphasis*. Double it up for **strong**. ``