'main', 'type' => 'scroll', //Accepts two different values: scroll or click. 'footer_widgets' => false, //If footer widgets are present, the scroll type will be set to click so the widgets are accessible. 'posts_per_page' => false, //How many posts are loaded each time Infinite Scroll acts 'wrapper' => true, 'render' => 'republic_infinite_scroll_render', //it appends, and utilizes template parts in the content-{post format}.php 'footer' => 'page', ) ); } // end function ishop_jetpack_setup add_action( 'after_setup_theme', 'ishop_jetpack_setup' ); function ishop_infinite_scroll_render() { echo ''; } // end function ishop_infinite_scroll_render