Skip to content

Instantly share code, notes, and snippets.

@JiveDig
Created May 9, 2013 19:30
Show Gist options
  • Save JiveDig/5549920 to your computer and use it in GitHub Desktop.
Save JiveDig/5549920 to your computer and use it in GitHub Desktop.
Add support for structural wraps
<?php
//* Add support for structural wraps
add_theme_support( 'genesis-structural-wraps', array(
'header',
'nav',
'subnav',
'inner',
'footer-widgets',
'footer'
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment