Skip to content

Instantly share code, notes, and snippets.

@KnowTheCodePro
Created April 8, 2016 23:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KnowTheCodePro/d0f097bd4586e508a35233fc4a98a4c2 to your computer and use it in GitHub Desktop.
Save KnowTheCodePro/d0f097bd4586e508a35233fc4a98a4c2 to your computer and use it in GitHub Desktop.
Structural Wrap configuration
add_theme_support( 'genesis-structural-wraps', array(
'header',
'nav',
'subnav',
'footer-widgets',
'footer',
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment