Skip to content

Instantly share code, notes, and snippets.

@studiopress
Last active July 6, 2016 15:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save studiopress/5570610 to your computer and use it in GitHub Desktop.
Save studiopress/5570610 to your computer and use it in GitHub Desktop.
Genesis structural wraps.
<?php
//* Do NOT include the opening php tag shown above. Copy the code shown below.
//* Add support for structural wraps
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