code needs a small tweak
-
specifically:
@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://ww.wp.xz.cn/plugins/genesis-jetpack-infinite-scroll/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘code needs a small tweak’ is closed to new replies.