Skip to content

Instantly share code, notes, and snippets.

@ZellSnippets
Created September 14, 2013 15:32
Show Gist options
  • Save ZellSnippets/6562954 to your computer and use it in GitHub Desktop.
Save ZellSnippets/6562954 to your computer and use it in GitHub Desktop.
PHP: Genesis Structural Wrap
// 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