=== Plugin Name === Contributors: krozero Donate link: http://kishorkhambu.com.np/donation Tags: widget area, custom widget area, widget, simple widget area, custom sidebar, dynamic sidebar Requires at least: 3.0.1 Tested up to: 4.1 Stable tag: 1.0.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Create a Custom widget area or sidebar easily. == Description == A Wordpress Plugin to create a custom widget areas or sidebar easily. It allows user to create multiple widget areas from admin panel and allows to use it anywhere like in theme sidebar or in any page/post content. == Installation == 1. Upload `wp-custom-widget-area` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. click on CWA settings menu at left menu bar == Frequently Asked Questions == = How to use it? = 1. create a custom widget area. 2. copy the code form "get code" Link 3. paste into wordpress theme where you want to display it = How to Use it in page or post content? = 1. Click on the "get shortcode" link form widget area table below. 2. Copy the shortcode and Paste it in a post or page editor in which you want it to display it. = How to customize widget style? = 1. Click on the advance link while creating new widget area and add widget class. 2. Add custom css targeting your widget area class. i.e. .mynewwidgetareaclass a{ color: red; } at the bottom of your style.css where ".mynewwidgetareaclass" is your widget area class. == Screenshots == 1. /assets/screenshot-1.png == Changelog == = 1.0.3 = * fix for "code conflict with CoSchedule plugin" = 1.0.2 = * shortcode bug fix * removed unused assets = 1.0.1 = * added widget area shortcode * how to use update = 1.0.0 = * Launch version. == Upgrade Notice == = 1.0.3 = * code conflict fix = 1.0.2 = * shortcode bug fix for page and posts. = 1.0.1 = * added widget area shortcode * how to use update