Skip to content

Instantly share code, notes, and snippets.

@billrobbins
Created December 19, 2011 17:37
Show Gist options
  • Save billrobbins/1498101 to your computer and use it in GitHub Desktop.
Save billrobbins/1498101 to your computer and use it in GitHub Desktop.
Old Sidbar
register_sidebar( array(
'name' => __('Page Sidebar', 'organizedthemes'),
'id' => 'sidebar-page',
'description' => __('This sidebar is used only on static pages.', 'organizedthemes'),
'before_widget' => '<div id="%1$s" class="widget %2$s">',
'after_widget' => '</div>',
'before_title' => '<h4 class="widget-title">',
'after_title' => '</h4>'
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment