Title: infinite scroll
Last modified: November 22, 2020

---

# infinite scroll

 *  Resolved [sprowt](https://wordpress.org/support/users/sprowt/)
 * (@sprowt)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/infinite-scroll-91/)
 * hello,
 * i discovered infinite_scroll looking at the _s starter theme.
 * i understand how add_theme_support works but didn’t realize a theme could add
   something like this on its own.
 * is this feature still supported and used? i have a jetpack plugin install and
   am not finding it to examine the code.
 * it’s kinda blowing my mind and i’d like to see the code but i’m confused that
   i can’t find it.
 * thank you <3
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Finfinite-scroll-91%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Contributor [Jen H. (a11n)](https://wordpress.org/support/users/jenhooks/)
 * (@jenhooks)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/infinite-scroll-91/#post-13699528)
 * Hey [@sprowt](https://wordpress.org/support/users/sprowt/),
 * You can find our Infinite Scroll documentation here:
 * [https://jetpack.com/support/infinite-scroll/](https://jetpack.com/support/infinite-scroll/)
 * Does this help? Or do you have any other questions? We’re happy to advise within
   our [Scope of Support](https://jetpack.com/support/scope-of-support/).
 * Cheers!
 *  Thread Starter [sprowt](https://wordpress.org/support/users/sprowt/)
 * (@sprowt)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/infinite-scroll-91/#post-13700165)
 * hi jen,
 * i found the infinite scroll plugin files i was looking for, thank you.
 * is it possible for you to briefly explain this code to me:
 *     ```
       <?php
       use Automattic\Jetpack\Assets;
       use Automattic\Jetpack\Redirect;
       ```
   
 * where are these files located?
 * i’ve never seen an include like this before.
 * i’m a JetPack user but only the free version, unfortunately. and i’m a novice
   just puttering around trying to learn stuff that interests me.
 * thank in advance <3
    -  This reply was modified 5 years, 4 months ago by [sprowt](https://wordpress.org/support/users/sprowt/).
    -  This reply was modified 5 years, 4 months ago by [sprowt](https://wordpress.org/support/users/sprowt/).
 *  Plugin Contributor [Dan (a11n)](https://wordpress.org/support/users/drawmyface/)
 * (@drawmyface)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/infinite-scroll-91/#post-13707612)
 * These refer to classes, which you can find in these files:
 * [https://github.com/Automattic/jetpack/blob/master/packages/assets/src/class-assets.php](https://github.com/Automattic/jetpack/blob/master/packages/assets/src/class-assets.php)
 * [https://github.com/Automattic/jetpack/blob/master/packages/redirect/src/class-redirect.php](https://github.com/Automattic/jetpack/blob/master/packages/redirect/src/class-redirect.php)
 * Hope that helps!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘infinite scroll’ is closed to new replies.

 * ![](https://ps.w.org/jetpack/assets/icon.svg?rev=2819237)
 * [Jetpack - WP Security, Backup, Speed, & Growth](https://wordpress.org/plugins/jetpack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jetpack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jetpack/)
 * [Active Topics](https://wordpress.org/support/plugin/jetpack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jetpack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jetpack/reviews/)

## Tags

 * [add_theme_support](https://wordpress.org/support/topic-tag/add_theme_support/)

 * 3 replies
 * 3 participants
 * Last reply from: [Dan (a11n)](https://wordpress.org/support/users/drawmyface/)
 * Last activity: [5 years, 4 months ago](https://wordpress.org/support/topic/infinite-scroll-91/#post-13707612)
 * Status: resolved