Last active
December 15, 2015 15:39
-
-
Save dougedgington/5283694 to your computer and use it in GitHub Desktop.
Register Sidebar called top-message with the Genesis Framework
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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