Skip to content

Instantly share code, notes, and snippets.

@KnowTheCodePro
Created April 3, 2016 01:37
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/6952c31acd0ebfe049cfdf311b09aa5e to your computer and use it in GitHub Desktop.
Save KnowTheCodePro/6952c31acd0ebfe049cfdf311b09aa5e to your computer and use it in GitHub Desktop.
Genesis Structural Wraps
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