Skip to content

Instantly share code, notes, and snippets.

@billrobbins
Created December 19, 2011 17:25
Show Gist options
  • Save billrobbins/1498055 to your computer and use it in GitHub Desktop.
Save billrobbins/1498055 to your computer and use it in GitHub Desktop.
Register Right Hand Sidebar
register_sidebar( array(
'name' => __('Right Sidebar', 'organizedthemes'),
'id' => 'right-page',
'description' => __('New sidebar on the right.', '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