Skip to content

Instantly share code, notes, and snippets.

@woogist
Created June 11, 2013 16:17
Show Gist options
  • Save woogist/5758279 to your computer and use it in GitHub Desktop.
Save woogist/5758279 to your computer and use it in GitHub Desktop.
register_sidebar( array( 'name' => __( 'Header Widget', 'woothemes' ), 'id' => 'header-widget', 'description' => __( 'The default header widget area for your theme.', 'woothemes' ), 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => '</div>', 'before_title' => '<h3>', 'after_title' => '</h3>' ) );
@thegdshop
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment