Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    You can use the infinite_scroll_credit filter to remove theme credits from the Infinite Scroll footer. To do so, you can paste the following in your theme’s functions.php file, or in a functionality plugin:

    add_filter( 'infinite_scroll_credit', '__return_empty_string' );

    Thread Starter lenkaiser

    (@lenkaiser)

    OK great, will give that a try, thanks. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Blog Credit & Scroll From Jetpack’ is closed to new replies.