Skip to content

Instantly share code, notes, and snippets.

@reasonstousegenesis
Created October 26, 2015 23:07
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 reasonstousegenesis/21e57c0b073442738993 to your computer and use it in GitHub Desktop.
Save reasonstousegenesis/21e57c0b073442738993 to your computer and use it in GitHub Desktop.
Use structural wraps with Genesis
<?php
// Paste the code BELOW this line into your child theme functions.
/**
* Use structural wraps with Genesis
*
* @author Reasons to Use Genesis
* @link http://reasonstousegenesis.com/structural-wraps/
*/
add_theme_support( 'genesis-structural-wraps', array(
'header',
'menu-primary',
'entry', // example custom structural wrap
'footer-widgets'
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment