Skip to content

Instantly share code, notes, and snippets.

@billerickson
Created October 30, 2011 04:45
Show Gist options
  • Save billerickson/1325504 to your computer and use it in GitHub Desktop.
Save billerickson/1325504 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