Skip to content

Instantly share code, notes, and snippets.

@freezvd
Forked from jamiemitchell/functions.php
Last active August 29, 2015 14:06
Show Gist options
  • Save freezvd/66ee59be05555b8da369 to your computer and use it in GitHub Desktop.
Save freezvd/66ee59be05555b8da369 to your computer and use it in GitHub Desktop.
<?php
/* Remove the footer
------------------------------------------------------------ */
remove_action( 'genesis_footer', 'genesis_footer_markup_open', 5 );
remove_action( 'genesis_footer', 'genesis_do_footer' );
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