Skip to content

Instantly share code, notes, and snippets.

@boluda
Last active December 25, 2015 19:49
Show Gist options
  • Save boluda/7030771 to your computer and use it in GitHub Desktop.
Save boluda/7030771 to your computer and use it in GitHub Desktop.
Register Sidebar in Genesis
genesis_register_sidebar( array(
'id' => 'custom-sidebar',
'name' => __( 'Custom Sidebar', 'genesis' ),
'description' => __( 'My Custom Sidebar, aka Widget Area', 'childtheme' ),
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment