Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Zoltan

    (@zoltan123)

    Found this in the functions php:

    How do I have to change this, that the thumbnails load automatically, through scrolling?
    // Add Jetpack Infinite Scroll support
    add_theme_support( ‘infinite-scroll’, array(
    ‘type’ => ‘click’,
    ‘footer’ => false,
    ‘footer_widgets’ => false,
    ‘container’ => ‘posts’,
    ‘render’ => false,
    ‘posts_per_page’ => false,
    ) );

    Thread Starter Zoltan

    (@zoltan123)

    sorry I found the answer:
    // Add Jetpack Infinite Scroll support
    add_theme_support( ‘infinite-scroll’, array(
    ‘type’ => ‘scroll’,
    ‘footer’ => false,
    ‘footer_widgets’ => false,
    ‘container’ => ‘posts’,
    ‘render’ => false,
    ‘posts_per_page’ => false,
    ) );

    Thread Starter Zoltan

    (@zoltan123)

    I am quite happy now…

    I’m trying to get this to work as well. I tried changing ‘click’ to ‘scroll’. Do I need to do anything else? Thanks!

    • This reply was modified 6 years, 11 months ago by slrichard.

    Nevermind! I got it. I had to install Jetpack.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Infinite scroll on post home page?’ is closed to new replies.