CG Dynamic Sidebar

plugin banner

CG Dynamic Sidebar helps you to add/create multiple sidebar areas in your admin widgets screen. Easy Installation and Easy management.

Author:Chandan Garg (profile at wordpress.org)
WordPress version required:3.6
WordPress version tested:5.1.10
Plugin version:1.0
Added to WordPress repository:07-06-2016
Last updated:11-03-2019
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:1
Plugin URI:http://chandangarg.wordpress.com
Total downloads:3 458
Active installs:100+
plugin download
Click to start download

Are you looking for easy and robust way to manage your sidebar areas dynamically from wordpress admin ? CG Dynamic Sidebar is a suite of components which helps you to create your custom sidebar area and allows you to add upto 20 different sidebar areas which you can use them in your website.

CG Dynamic Sidebar is focused on ease of integration and ease of use. It is deliberately powerful plugin using which users can create their own sidebar easily without having any technical knowledge of how to create custom sidebars.
Usage :

 <?php dynamic_sidebar("my-custom-sidebar"); ?> 

Usage

While adding your sidebar area you have option to keep your sidebar id, this id will be used to display your custom sidebar in page/post.
If you have added a new sidebar with below details :
Sidebar Title : My Custom Sidebar
Sidebar id : my-custom-sidebar

Then, to use this sidebar, you have to use below PHP code in your sidebar.php or anywhere you want to show this sidebar.

 <?php dynamic_sidebar("my-custom-sidebar"); ?> 

Screenshots
FAQ