SMK Sidebar Generator

0

This plugin generates as many sidebars as you need. Then allows you to place them on any page you wish. Features: Unlimited number of sidebars. Replace default theme sidebars using th

Version
Last updated
Active installations
WordPress Version
Tested up to
PHP Version
Rating
Total ratings
Tag

Description

This plugin generates as many sidebars as you need. Then allows you to place them on any page you wish.

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 sidebar position.

How to install this plugin?

Like any other WordPress plugin.
Drop smk-sidebar-generator to wp-content/plugins/.
More info here: https://codex.wordpress.org/Managing_Plugins#Installing_Plugins

Developer helpers.

You actually don’t need any of these. The plugin can be managed fully from WP Admin without writing a single line of code.

Display a sidebar using smk_sidebar function:

if(function_exists('smk_sidebar'){
   smk_sidebar('sidebarID');
}

Display a sidebar using wp native function:

dynamic_sidebar('sidebarID'));

Display a sidebar using built-in shortcode:

[smk_sidebar id="sidebarID"]