Wordpress plugins
SMK Sidebar Generator

SMK Sidebar Generator

Version : 3.1
Tested up to : 4.1.19
Number of download : 179421
Author : Smartik
Average rating : 5 / 5 on 4 votes 4 votes, 5 avg.rating

Screenshots

SMK Sidebar Generator
SMK Sidebar Generator
SMK Sidebar Generator
SMK Sidebar Generator

This plugin generates as many sidebars as you need. Then allows you to place them on any page you wish. Version 3.0 is here! The new version 3.x has many advantages compared with the old 2.x. First and the most important is that it remove the need to add some special code to the theme in order to display the generated sidebar. That’s because it now can override the default sidebar and apply special conditions for any page on your site. Author : Smartik – http://smartik.ws/ License : GPLv2 Development branch: https://github.com/Smartik89/Wordpress-Sidebar-Generator Issue tracker: https://github.com/Smartik89/Wordpress-Sidebar-Generator/issues Features: Unlimited number of sidebars. Replace default theme sidebars using the conditions or globaly 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 Backward compatibility. Because you probably still need them, these functions are still here to not break your site. Note: The following code is for vesion 2.x In the latest version of this plugin they are not required. Do not use them anymore!!! Display a sidebar using smk_sidebar function: if(function_exists('smk_sidebar'){ smk_sidebar('sidebarID'); } Display a sidebar using wp native function: if(function_exists('dynamic_sidebar') && dynamic_sidebar('sidebarID')) : endif; Display a sidebar using built-in shortcode: [smk_sidebar id="sidebarID"]

Download now