Skip to content

Instantly share code, notes, and snippets.

@bradpotter
Last active December 20, 2015 20:09
Show Gist options
  • Save bradpotter/6188310 to your computer and use it in GitHub Desktop.
Save bradpotter/6188310 to your computer and use it in GitHub Desktop.
Add Support for Structural Wraps
// Add Support for Structural Wraps
add_theme_support( 'genesis-structural-wraps', array( 'header', 'menu-mobile', 'menu-primary', 'menu-secondary', 'footer-widgets', 'footer' ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment