Skip to content

Instantly share code, notes, and snippets.

@aabergkvist
Created January 29, 2016 19:10
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 aabergkvist/5e4fc14e5d3eac490a34 to your computer and use it in GitHub Desktop.
Save aabergkvist/5e4fc14e5d3eac490a34 to your computer and use it in GitHub Desktop.
Structural wraps i Genesis
<?php
//* Do NOT include the opening php tag
//* Add support for structural wraps
add_theme_support( 'genesis-structural-wraps', array(
'header',
'nav',
'subnav',
'site-inner',
'footer-widgets',
'footer'
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment