Skip to content

awps/smk-sidebar-generator

Repository files navigation

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

Dev notes:

Install development libraries:


Run PHP Lint: 
```
 ./vendor/bin/phplint --no-cache
```