Skip to content

Instantly share code, notes, and snippets.

@neilgee
Created May 17, 2015 07:12
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 neilgee/cfa4dab9dd8326b0fbdf to your computer and use it in GitHub Desktop.
Save neilgee/cfa4dab9dd8326b0fbdf to your computer and use it in GitHub Desktop.
Removing Genesis Structural Wraps
<?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