Skip to content

Instantly share code, notes, and snippets.

@jamiemitchell
Forked from Komock/function.php
Created June 17, 2018 07:22
Show Gist options
  • Select an option

  • Save jamiemitchell/c29d231a9b96c9aabaf3b5ca5053ecdb to your computer and use it in GitHub Desktop.

Select an option

Save jamiemitchell/c29d231a9b96c9aabaf3b5ca5053ecdb to your computer and use it in GitHub Desktop.
Genesis remove .site-inner markup
<?php
//* Remove .site-inner
add_filter( 'genesis_markup_site-inner', '__return_null' );
add_filter( 'genesis_markup_content-sidebar-wrap_output', '__return_false' );
add_filter( 'genesis_markup_content', '__return_null' );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment