Skip to content

Instantly share code, notes, and snippets.

@talentedaamer
Created November 25, 2015 08:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save talentedaamer/72f5c4ed64912fa7aaf4 to your computer and use it in GitHub Desktop.
Save talentedaamer/72f5c4ed64912fa7aaf4 to your computer and use it in GitHub Desktop.
Generate Unlimited Sidebars using this array()
<?php
/**
* list of sidebars to be generated
* @var array : array of sidebars
*/
$sidebars = array(
'footer one sidebar',
'footer two sidebar',
'footer three sidebar',
'footer four sidebar',
'events search widget'
);
oopthemes_register_sidebar( $sidebars );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment