Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lizardking8610/7352ba566405db054fa1719e41680ef4 to your computer and use it in GitHub Desktop.
Save lizardking8610/7352ba566405db054fa1719e41680ef4 to your computer and use it in GitHub Desktop.
// Register full-width content widget after default home page widgets
// This code is added to the end of your child themes functions.php file
/**
* @author Brad Dalton - WP Sites
*
* @link http://wpsites.net/web-design/add-widget-home-php-genesis/
*/
genesis_register_sidebar( array(
'id' => 'full-content',
'name' => __( 'Full Content', 'agency' ),
'description' => __( 'This is the full-width content section.', 'agency' ),
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment