Last active
August 29, 2015 14:27
-
-
Save cjkoepke/4548a05409e27fdac0ca to your computer and use it in GitHub Desktop.
Add support for structural wraps in Genesis.
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 | |
//* Do NOT include the opening PHP tag | |
$args = array( | |
'header', | |
'nav', | |
'subnav', | |
'footer-widgets', | |
'footer', | |
'site-inner' | |
); | |
add_theme_support( 'genesis-structural-wraps', $args ); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment