Skip to content

Instantly share code, notes, and snippets.

@bradpotter
Last active December 22, 2015 03:08
Show Gist options
  • Save bradpotter/6407955 to your computer and use it in GitHub Desktop.
Save bradpotter/6407955 to your computer and use it in GitHub Desktop.
register widget area for home top
genesis_register_sidebar( array(
'id' => 'home-top-full',
'name' => __( 'Home Top', 'minimum' ),
'description' => __( 'This is the home top section.', 'minimum' ),
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment