-
-
Save lizardking8610/7352ba566405db054fa1719e41680ef4 to your computer and use it in GitHub Desktop.
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 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