Skip to content

Instantly share code, notes, and snippets.

@psdtohtml5
Created April 1, 2013 11:19
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 psdtohtml5/5284396 to your computer and use it in GitHub Desktop.
Save psdtohtml5/5284396 to your computer and use it in GitHub Desktop.
WordPress : Register Sidebar
register_sidebar( array(
'name' => __( 'Homepage 2 Facebook Widget', 'twentyeleven' ),
'id' => 'sidebar-212',
'description' => __( 'Facebook Widget For Homepage 2 Template', 'twentyeleven' ),
'before_widget' => '<div id="homepage2-facebook" class="widget %2$s">',
'after_widget' => '</div>',
'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