Skip to content

Instantly share code, notes, and snippets.

@reasonstousegenesis
Last active November 4, 2015 02:25
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/c6bd6998730890436a8c to your computer and use it in GitHub Desktop.
Save reasonstousegenesis/c6bd6998730890436a8c to your computer and use it in GitHub Desktop.
Rewrite the content of the site footer with Genesis
<?php
// Paste the code BELOW this line into your child theme functions.
/**
* Rewrite the content of the site footer with Genesis
*
* @author Reasons to Use Genesis
* @link http://reasonstousegenesis.com/rewrite-footer/
*/
remove_action( 'genesis_footer', 'genesis_do_footer' );
add_action( 'genesis_footer', 'your_function_here' ); // replace your_function_here with your function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment