Skip to content

Instantly share code, notes, and snippets.

@dougedgington
Last active December 15, 2015 15:39
Show Gist options
  • Save dougedgington/5283694 to your computer and use it in GitHub Desktop.
Save dougedgington/5283694 to your computer and use it in GitHub Desktop.
Register Sidebar called top-message with the Genesis Framework
<?php
/*
Description: Top message sidebar with the Genesis Framework
*/
genesis_register_sidebar( array(
'id' => 'top-message',
'name' => __( 'Top Message', 'themename' ),
'description' => __( 'This is the top of site message widget area.', 'themename' ),
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment