Skip to content

Instantly share code, notes, and snippets.

@rajeevedmonds
Last active December 12, 2015 03:28
Show Gist options
  • Save rajeevedmonds/4707420 to your computer and use it in GitHub Desktop.
Save rajeevedmonds/4707420 to your computer and use it in GitHub Desktop.
if ( function_exists('register_sidebar') )
register_sidebar( array (
'name' => 'Widget Area',
'id' => 'widget_area',
'before_widget' => '<li id="%1$s" class="widget-section %2$s">',
'after_widget' => "</li>",
'before_title' => '<h3 class="widget-title">',
'after_title' => '</h3>',
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment