Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2023-11-18T13:25:35.000Z (about 1 year ago)
- Last Synced: 2023-11-18T15:01:45.789Z (about 1 year ago)
- Topics: generate, php, shortcode, sidebar, theme, unlimited, widgets, wordpress
- Language: PHP
- Homepage: https://zerowp.com/sidebar-generator
- Size: 609 KB
- Stars: 36
- Watchers: 9
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
![](https://ps.w.org/smk-sidebar-generator/assets/banner-772x250.png)
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:
[![How to create a dynamic WordPress sidebar in 2 easy steps](https://img.youtube.com/vi/VvKjYLDu_W0/0.jpg)](https://www.youtube.com/watch?v=VvKjYLDu_W0)### Dev notes:
Install development libraries:
``````Run PHP Lint:
```
./vendor/bin/phplint --no-cache
```