Created
May 17, 2015 07:12
-
-
Save neilgee/cfa4dab9dd8326b0fbdf to your computer and use it in GitHub Desktop.
Removing Genesis Structural Wraps
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Remove .wrap from menu-primary or other element by omitting them from the array below | |
add_theme_support( 'genesis-structural-wraps', array( 'header', 'menu-secondary', 'footer-widgets', 'footer' ) ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment