Title: code needs a small tweak
Last modified: August 30, 2016

---

# code needs a small tweak

 *  Resolved [rothschild86](https://wordpress.org/support/users/rothschild86/)
 * (@rothschild86)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/code-needs-a-small-tweak/)
 * see this url [https://wordpress.org/support/topic/plugihow-to-remove-the-default-footer-proudly-powered-by-wordpress-theme-etc?replies=15#post-3544498](https://wordpress.org/support/topic/plugihow-to-remove-the-default-footer-proudly-powered-by-wordpress-theme-etc?replies=15#post-3544498)
 * specifically:
 * [@utnalove](https://wordpress.org/support/users/utnalove/) You’ll want to remove
   the ‘ around the false value, otherwise Infinite Scroll will look for <div id
   =”false”></div> in your theme, instead of actually disabling the footer.
 * add_theme_support( ‘infinite-scroll’, array(
    ‘container’ => ‘middle_single’,‘
   footer’ => false ) );
 * [https://wordpress.org/plugins/genesis-jetpack-infinite-scroll/](https://wordpress.org/plugins/genesis-jetpack-infinite-scroll/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [chrisfromthelc](https://wordpress.org/support/users/chrisfromthelc/)
 * (@chrisfromthelc)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/code-needs-a-small-tweak/#post-6688523)
 * Hi, [@rothschild86](https://wordpress.org/support/users/rothschild86/)!
 * Thanks for catching that. It’ll be fixed in the next version.

Viewing 1 replies (of 1 total)

The topic ‘code needs a small tweak’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/genesis-jetpack-infinite-scroll.svg)
 * [Jetpack Infinite Scroll For Genesis](https://wordpress.org/plugins/genesis-jetpack-infinite-scroll/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/genesis-jetpack-infinite-scroll/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/genesis-jetpack-infinite-scroll/)
 * [Active Topics](https://wordpress.org/support/plugin/genesis-jetpack-infinite-scroll/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/genesis-jetpack-infinite-scroll/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/genesis-jetpack-infinite-scroll/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [chrisfromthelc](https://wordpress.org/support/users/chrisfromthelc/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/code-needs-a-small-tweak/#post-6688523)
 * Status: resolved