Skip to content

Instantly share code, notes, and snippets.

@authentikHQ
Last active October 18, 2018 13:48
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 authentikHQ/66821554e3b79a01a13749cf6336774f to your computer and use it in GitHub Desktop.
Save authentikHQ/66821554e3b79a01a13749cf6336774f to your computer and use it in GitHub Desktop.
Add support for structural wraps with the Genesis Framework.
<?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