Created
September 28, 2017 15:15
-
-
Save studiopress/cf34d07724b2357015c3c1b42a78fa0a to your computer and use it in GitHub Desktop.
Register widget area for newsletter section.
This file contains 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 | |
// Do NOT include the opening php tag. | |
// Register Newsletter widget area. | |
genesis_register_sidebar( array( | |
'id' => 'newsletter', | |
'name' => __( 'Newsletter', 'theme-name' ), | |
'description' => __( 'This is the newsletter widget area.', 'theme-name' ), | |
) ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment