Skip to content

Instantly share code, notes, and snippets.

@reasonstousegenesis
Created November 5, 2015 03:11
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/3b2cf89cffde08493c76 to your computer and use it in GitHub Desktop.
Save reasonstousegenesis/3b2cf89cffde08493c76 to your computer and use it in GitHub Desktop.
Remove the footer widgets with Genesis
<?php
// Paste the code BELOW this line into your child theme template.
/**
* Remove the footer widgets with Genesis
*
* @author Reasons to Use Genesis
* @link http://reasonstousegenesis.com/footer-widgets/
*/
remove_action( 'genesis_before_footer', 'genesis_footer_widget_areas' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment