CG Dynamic Sidebar
CG Dynamic Sidebar helps you to add/create multiple sidebar areas in your admin widgets screen. Easy Installation and Easy management.
The facts
- Rating
- 5★ from 1
- Active installs
- 100+
- Price
- Free
- Last updated
- 11 Mar 2019
- Added
- Jun 2016
- Requires WP
- 3.6
- Tested up to
- WP 5.1.24
- Downloads
- 4,752
Our analysis
AI-assistedCG Dynamic Sidebar is a WordPress plugin that allows you to manage sidebar areas dynamically from the WordPress admin. It enables the creation of custom sidebar areas, supporting up to 20 different sidebars for use on your website.
The plugin is designed for ease of integration and use, making it suitable for users without technical knowledge. You can create a sidebar by assigning it a title and an ID, which can then be displayed on your site using specific PHP code.
Best for: This plugin is suitable for WordPress users looking to manage multiple sidebar areas easily.
What it does well
- ✓Allows creation of up to 20 custom sidebar areas
- ✓Designed for users without technical knowledge
- ✓Easy integration with WordPress admin
Where it falls short
- •Limited information on advanced features
- •Only one rating available, indicating limited user feedback
Verdict
CG Dynamic Sidebar offers a straightforward solution for creating custom sidebars, but its limited feedback and feature details may be a consideration for potential users.
From the developer
Chandan Garg's own description of CG Dynamic Sidebar, lightly tidied.
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"); ?>