=== Dynamics Sidebars === Contributors: alyssonweb Tags: sidebar, widget, dynamic, different Requires at least: 3.0 Tested up to: 3.1.2 Stable tag: 0.1.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 widgets areas == 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 ); ?> = 0.1 = * First version of the plugin. = 0.1.1 = * Changes to the readme.txt == Upgrade Notice == = 0.1 = First version of the plugin. Stable version. = 0.1.1 = Changes to "readme.txt"