Skip to content

Instantly share code, notes, and snippets.

@KnowTheCodePro
Created May 4, 2016 16:30
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/775de9b03bf06299bb53d27286c6421b to your computer and use it in GitHub Desktop.
Save KnowTheCodePro/775de9b03bf06299bb53d27286c6421b to your computer and use it in GitHub Desktop.
Adding theme support for genesis structural wrap
add_theme_support( 'genesis-structural-wraps', array(
'header',
'menu-primary',
'menu-secondary',
'site-inner',
'footer-widgets',
'footer',
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment