Skip to content

Instantly share code, notes, and snippets.

@SriniBlog
Created December 25, 2015 12:36
Show Gist options
  • Save SriniBlog/a7aa1e0a9b4c92ee81c1 to your computer and use it in GitHub Desktop.
Save SriniBlog/a7aa1e0a9b4c92ee81c1 to your computer and use it in GitHub Desktop.
This code snippets is used to remove the footer from the wordpress site with genesis framework.
//Remove the genesis footer
remove_action( 'genesis_footer', 'genesis_do_footer' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment