=== SQUARE Custom Sidebars === Contributors: daniellapides Donate link: -- Tags: sidebar, sidebar management, custom sidebar, square Requires at least: 3.8 Tested up to: 3.9 Stable tag: 1.0.5 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html SQUARE Sidebars is a sidebar management plugin for WordPress that allows users to create and manage custom sidebars. == Description == **SQUARE Sidebars** is a sidebar management plugin for WordPress that allows users to create and manage custom sidebars directly from the WordPress administration. It aims at eliminating all the hassle sidebars can create by simply giving the users the magic wand to create, manage and replace sidebars. The plugin is shortcode based. = Features for users = * Add and manage custom sidebars and replace existing ones using the familiar WordPress UI. * Searchable and filterable custom sidebars. * Shortcode based. = Features for devs = * The Sidebar Management Tool plugin is fully-based on the WordPress Plugin API. * Uses PHPDoc conventions to document the code. * This plugin has been translated in English and French. * This plugin includes a .pot as a starting translation file. = Shortcodes = **[square_sidebars id="sidebar_id"]** (same as [square_display_sidebar id="sidebar_id"]) This shortcode allows users to display a sidebar in a post/page/custom post type. The sidebar ID is available in the URL : post.php?post=*sidebar-ID* == Installation == = Automatic installation = Automatic installation is the easiest option as WordPress handles the file transfers itself and you don't even need to leave your web browser. To do an automatic install: 1. Log in to your WordPress admin panel. 2. Navigate to the Plugins menu. 3. Click on Add New. 4. In the search field, type "SQUARE Sidebars". 5. Click on Search Plugins. 6. Once you've found the plugin, you can install it by clicking on Install Now. = Manual installation = 1. Copy the square-sidebars directory into your wp-content/plugins directory using your favorite FTP program or your hosting control panel. 2. Navigate to the Plugins dashboard page within the WordPress admin. 3. Click on Activate. == Contributing and reporting bugs == You can contribute code to this plugin via GitHub: https://github.com/daniellapides/SQUARE-Sidebars/. == Screenshots == 1. Add a new SQR Sidebar. 2. All SQR Sidebars. 3. Add widgets to a new SQR Sidebar. == Changelog == = 1.0.5 = * No longer uses a custom table, uses the post_meta table. * No longer uses the font-awesome font for icons, uses the dashicons default WordPress font. * New shortcode : [square_sidebars], which is the same as the other one but probably easier to remember. * Cleaner and clearer code. * A tiny little change on the design. = 1.0.0 = * SQUARE Sidebars development.