Skip to content

Instantly share code, notes, and snippets.

@cjkoepke
Last active August 29, 2015 14:27
Show Gist options
  • Save cjkoepke/4548a05409e27fdac0ca to your computer and use it in GitHub Desktop.
Save cjkoepke/4548a05409e27fdac0ca to your computer and use it in GitHub Desktop.
Add support for structural wraps in Genesis.
<?php
//* Do NOT include the opening PHP tag
$args = array(
'header',
'nav',
'subnav',
'footer-widgets',
'footer',
'site-inner'
);
add_theme_support( 'genesis-structural-wraps', $args );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment