Skip to content

Instantly share code, notes, and snippets.

@rezzz-dev
Created May 3, 2013 13:44
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 rezzz-dev/5509174 to your computer and use it in GitHub Desktop.
Save rezzz-dev/5509174 to your computer and use it in GitHub Desktop.
Snippet: WP: Display Sidebar
if ( is_active_sidebar( 'homepage-widget-area' ) ) :
dynamic_sidebar( 'homepage-widget-area' );
endif;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment