Skip to content

Instantly share code, notes, and snippets.

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 nutsandbolts/7533092 to your computer and use it in GitHub Desktop.
Save nutsandbolts/7533092 to your computer and use it in GitHub Desktop.
Add widget area to a Genesis page
genesis_register_sidebar( array(
'id' => 'page-widget',
'name' => __( 'Page Widget', 'nabm' ),
'description' => __( 'This is the widget area for a specific page.', 'nabm' ),
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment