Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save topleague/aa92dd284820c841b305b31e51d4f4db to your computer and use it in GitHub Desktop.
Save topleague/aa92dd284820c841b305b31e51d4f4db to your computer and use it in GitHub Desktop.
Register a Widget Area for Genesis eNews Plugin
// 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