https://github.com/awps/smk-sidebar-generator
WordPress Sidebar Generator fully managed from WP Admin. No code required!
https://github.com/awps/smk-sidebar-generator
generate php shortcode sidebar theme unlimited widgets wordpress
Last synced: 4 months ago
JSON representation
WordPress Sidebar Generator fully managed from WP Admin. No code required!
- Host: GitHub
- URL: https://github.com/awps/smk-sidebar-generator
- Owner: awps
- Created: 2013-03-30T11:24:30.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2026-02-17T10:44:11.000Z (4 months ago)
- Last Synced: 2026-02-17T12:57:18.444Z (4 months ago)
- Topics: generate, php, shortcode, sidebar, theme, unlimited, widgets, wordpress
- Language: PHP
- Homepage: https://zerowp.com/sidebar-generator
- Size: 628 KB
- Stars: 39
- Watchers: 8
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README

This plugin generates as many sidebars as you need and allows you to place them on any page you wish without writing a single line of code.
Fully managed from WP Admin.
### Available in WP Plugin Repository:
https://wordpress.org/plugins/smk-sidebar-generator/
### Features:
* Unlimited number of sidebars.
* Replace default theme sidebars using the conditions or globally just by selecting the sidebar that you want to replace.
* Show the generated sidebars on any page you wish without touching a single line of code in your theme.
* Drag to sort the sidebar position.
### Video presentation:
[](https://www.youtube.com/watch?v=VvKjYLDu_W0)
### Dev notes:
Install development libraries:
``````
Run PHP Lint:
```
./vendor/bin/phplint --no-cache
```