Skip to content

Instantly share code, notes, and snippets.

@jonwatson87
Created June 20, 2016 23:20
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 jonwatson87/04a8101e82e73fbfbeca56c4a20ebf06 to your computer and use it in GitHub Desktop.
Save jonwatson87/04a8101e82e73fbfbeca56c4a20ebf06 to your computer and use it in GitHub Desktop.
Genesis Custom Sidebars
// Register Custom Sidebars/Widget Areas
genesis_register_sidebar( array(
'id' => 'your-sidebar-id',
'name' => __( 'Your Sidebar Name' ),
'description' => __( 'Your Sidebar Description' ),
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment