Skip to content

Instantly share code, notes, and snippets.

@bepatrickdavid
Last active August 29, 2015 14:25
Show Gist options
  • Save bepatrickdavid/3d453f17b068bd514bcb to your computer and use it in GitHub Desktop.
Save bepatrickdavid/3d453f17b068bd514bcb to your computer and use it in GitHub Desktop.
WP: Sidebar Widget
//add sidebar
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('homepage-sidebar') ) : endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment