Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save OscarAbadFolgueira/b7b6d13650472c06700f0c2d20e5aabb to your computer and use it in GitHub Desktop.
Save OscarAbadFolgueira/b7b6d13650472c06700f0c2d20e5aabb to your computer and use it in GitHub Desktop.
Remove Genesis Footer
<?php
// Remove Footer
remove_action('genesis_footer', 'genesis_do_footer');
remove_action('genesis_footer', 'genesis_footer_markup_open', 5);
remove_action('genesis_footer', 'genesis_footer_markup_close', 15);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment