Created
September 12, 2017 08:57
-
-
Save phpbits/cf41336918aa758d3b0a3b02810c5ba8 to your computer and use it in GitHub Desktop.
Enable WordPress Genesis Footer Widget Area
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
| <?php | |
| //* Add support for one fullwidth footer widgets | |
| add_theme_support( 'genesis-footer-widgets', 1 ); | |
| ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment