Created
September 14, 2013 15:32
-
-
Save ZellSnippets/6562954 to your computer and use it in GitHub Desktop.
PHP: Genesis Structural Wrap
This file contains 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
// remove structural wraps for nav and subnav | |
add_theme_support( 'genesis-structural-wraps', array( | |
'header', | |
'site-inner', | |
'footer-widgets', | |
'footer' | |
) ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment