Skip to content

Instantly share code, notes, and snippets.

@JiveDig
Created November 8, 2013 19:55
Show Gist options
  • Save JiveDig/7376666 to your computer and use it in GitHub Desktop.
Save JiveDig/7376666 to your computer and use it in GitHub Desktop.
Register new Genesis widget area
//* Register widget areas
genesis_register_sidebar( array(
'id' => 'after-post',
'name' => __( 'After Post', 'theme-name' ),
'description' => __( 'This is the widget that appears after a single posts.', 'theme-name' ),
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment