Created
September 1, 2017 11:24
-
-
Save topleague/aa92dd284820c841b305b31e51d4f4db to your computer and use it in GitHub Desktop.
Register a Widget Area for Genesis eNews Plugin
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
// Register widget area for lead capture page | |
genesis_register_sidebar( array( | |
'id' => 'lead-capture', | |
'name' => __( 'Lead Capture', 'genesis' ), | |
'description' => __( 'This is the lead capture section.', 'genesis' ), | |
) ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment