Skip to content

Instantly share code, notes, and snippets.

@studiopress
Created September 28, 2017 15:15
Embed
What would you like to do?
Register widget area for newsletter section.
<?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