Jetpack Infinite Scroll for Iconic One

Home Forums Iconic One Pro Support Jetpack Infinite Scroll for Iconic One

This topic contains 1 reply, has 2 voices, and was last updated by  Themonic-Support 9 years, 11 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2278

    pwcurtis
    Participant

    Is there any way to get Jetpack infinite scroll working with this theme?

    Using the Infinite Scroll Module in JetPack

    http://jetpack.me/support/infinite-scroll/

    #2279

    Paste the the following code in the end of functions.php after all code

    function 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.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.