Skip to content

Instantly share code, notes, and snippets.

@vermasachin
Created November 19, 2013 16:27
Show Gist options
  • Save vermasachin/7548099 to your computer and use it in GitHub Desktop.
Save vermasachin/7548099 to your computer and use it in GitHub Desktop.
How to Register Widget Area
/** Register widget areas */
genesis_register_sidebar( array(
'id' => 'below-post',
'name' => __( 'Below Post', 'genesis' ),
'description' => __( 'This is the below post widget.', 'themename' ),
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment