Skip to content

Instantly share code, notes, and snippets.

@DigitalEssence
Created September 9, 2013 13:37
Show Gist options
  • Save DigitalEssence/6495683 to your computer and use it in GitHub Desktop.
Save DigitalEssence/6495683 to your computer and use it in GitHub Desktop.
php to register a sidebar widget in Genesis
//* Register a new widget area in Genesis
genesis_register_sidebar( array(
'id' => 'widget-name',
'name' => __( 'Text to show in dashboard', 'custom-theme' ),
'description' => __( 'Dexcription to show.', 'custom-theme' ),
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment