Created
November 2, 2017 17:51
-
-
Save studiopress/dcb0f30a18fe4da82a4e410a2dad3e4b 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