• using the jetpack’s infinite scroll messes up the layout…..does this theme support infinite scroll? or may be I am implementing in a wrong way…. please anyone who know how to make infinite scroll work with this theme help me out…thanks.

    add_theme_support( 'infinite-scroll', array(
        'container' => 'content',
        'footer' => 'page',
    ) );

    the above code is what I added to the functions.php as suggested on jetpack.me support page

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Does jetpack's infinite scroll work with the theme?’ is closed to new replies.