Skip to content

Instantly share code, notes, and snippets.

@reasonstousegenesis
Created November 18, 2015 01:45
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/82c966746c8c5363082c to your computer and use it in GitHub Desktop.
Save reasonstousegenesis/82c966746c8c5363082c to your computer and use it in GitHub Desktop.
Remove the back to top link with Genesis
<?php
// Paste the code BELOW this line into your child theme functions.
/**
* Remove the back to top link with Genesis
*
* @author Reasons to Use Genesis
* @link http://reasonstousegenesis.com/genesis-footer-backtotop-text/
*/
add_filter( 'genesis_footer_backtotop_text', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment