Title: Add Infinite Scroll support
Last modified: August 31, 2016

---

# Add Infinite Scroll support

 *  Resolved [mrworldwide](https://wordpress.org/support/users/mrworldwide/)
 * (@mrworldwide)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/add-infinite-scroll-support/)
 * I want to add infinite scroll support to [http://www.mrguidee.com](http://www.mrguidee.com)
   and I’ve tried a few plugins but with no results. I use Book Store theme by Crunchpress.
 * Does anybody know which plugin or code might do the trick?

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

 *  [Kashif Rafique](https://wordpress.org/support/users/logichub/)
 * (@logichub)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/add-infinite-scroll-support/#post-7011126)
 * Did you try [Jetpack](https://jetpack.me/support/infinite-scroll/)?
 *  Thread Starter [mrworldwide](https://wordpress.org/support/users/mrworldwide/)
 * (@mrworldwide)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/add-infinite-scroll-support/#post-7011150)
 * I installed Jetpack and nothing happened, also they wanted me to connect my wordpress.
   com account which I don’t have.
 *  [Kashif Rafique](https://wordpress.org/support/users/logichub/)
 * (@logichub)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/add-infinite-scroll-support/#post-7011203)
 * I saw your other [thread](https://wordpress.org/support/topic/infinite-scroll-support-5?replies=2)
   on the same topic and also posted there. You can choose an option that is more
   appropriate and fulfill your need.
 * After installation and connecting with your WordPress.com account, you also need
   to enable and configure the Infinite Scroll. If you don’t have WordPress.com 
   account, then you can [get a free account](https://signup.wordpress.com/signup/?user=1).
 * **Configure infinite scroll**
    Borrowing from jetpack infinite scroll page:
 * > Most themes nowadays have Infinite Scroll support built in already! To check
   > to see if your theme supports Infinite Scroll, simply activate the Infinite
   > Scroll module under Jetpack -> Settings and check that “Scroll Infinitely” 
   > is checked under Settings -> Reading.
 * You can add the infinite scroll support in your theme by adding following piece
   of code in the functions.php file of your active theme:
 *     ```
       add_theme_support( 'infinite-scroll', array(
       	'container'	=> 'content-holder',
       	'footer'	=> 'page',
       ) );
       ```
   
 * Please take a backup of your theme directory or at least functions.php file before
   editing the functions.php file.
 *  Thread Starter [mrworldwide](https://wordpress.org/support/users/mrworldwide/)
 * (@mrworldwide)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/add-infinite-scroll-support/#post-7011363)
 * Hey, I followed the other thread. This one should be closed now, I need your 
   help on the other side mate! 😛

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

The topic ‘Add Infinite Scroll support’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 2 participants
 * Last reply from: [mrworldwide](https://wordpress.org/support/users/mrworldwide/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/add-infinite-scroll-support/#post-7011363)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
