Skip to content

Instantly share code, notes, and snippets.

@jeremyclark13
Created November 29, 2012 16:21
Show Gist options
  • Select an option

  • Save jeremyclark13/4170117 to your computer and use it in GitHub Desktop.

Select an option

Save jeremyclark13/4170117 to your computer and use it in GitHub Desktop.
Jetpack Infinite Scroll replace credit link on footer
add_filter( 'infinite_scroll_credit', 'your_footer_text' );
function your_footer_text() {
return '<a href="http://link_to_site">Credit Link</a>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment