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: 6 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 (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-11-18T13:25:35.000Z (almost 2 years ago)
- Last Synced: 2025-03-26T08:08:15.497Z (6 months ago)
- Topics: generate, php, shortcode, sidebar, theme, unlimited, widgets, wordpress
- Language: PHP
- Homepage: https://zerowp.com/sidebar-generator
- Size: 609 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
```