Jetpack Infinite Scroll for Iconic OneHome › Forums › Iconic One Pro Support › Jetpack Infinite Scroll for Iconic OneThis topic has 1 reply, 2 voices, and was last updated 10 years, 5 months ago by Themonic-Support.Viewing 2 posts - 1 through 2 (of 2 total)AuthorPosts May 9, 2014 at 8:26 pm #2278 pwcurtisParticipantIs there any way to get Jetpack infinite scroll working with this theme?Using the Infinite Scroll Module in JetPackhttp://jetpack.me/support/infinite-scroll/ May 10, 2014 at 5:20 am #2279 Themonic-SupportKeymasterPaste the the following code in the end of functions.php after all codefunction iop_infinite_scroll_init() { add_theme_support( 'infinite-scroll', array( 'type' => 'scroll', 'container' => 'content', ) ); } add_action( 'after_setup_theme', 'iop_infinite_scroll_init' );After this just make sure that the infinite scroll module in Jetpack is active.AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)You must be logged in to reply to this topic.Log In Username: Password: Keep me signed in Log In