Title: Infinite scroll is loading the same posts
Last modified: August 21, 2016

---

# Infinite scroll is loading the same posts

 *  [OwlsOnFoot](https://wordpress.org/support/users/owlsonfoot/)
 * (@owlsonfoot)
 * [13 years ago](https://wordpress.org/support/topic/infinite-scroll-is-loading-the-same-posts/)
 * I am currently using [Grid Theme Responsive](http://www.dessign.net/grid-theme-responsive/)
   for my website/blog/portfolio. I haven’t had much trouble editing and creating
   php so that I could create new pages to suit my needs (creating a Home Page for
   example). Unfortunately, it seems no matter what I do, I can’t find where in 
   my php I should change the values for my Infinite Scroll.
 * Right now, it is currently set to:
 *     ```
       $args = array(
                        'category_name' => 'all',
                        'post_type' => 'post',
                        'posts_per_page' => 8,
       //                 'cat' => '-' . $category_ID,
                        'paged' => ( get_query_var('paged') ? get_query_var('paged') : 1)
                        );
       ```
   
 * I’ve changed it 8 to 100 and it works–all of my posts will show, but I don’t 
   WANT them to show at the same time. I’ve also tried changing the value in Settings
   >Reading. I’ve tried making my posts “sticky” and without. Nothing seems to work.
 * Please view my website here at [http://owlsonfoot.com](http://owlsonfoot.com)

The topic ‘Infinite scroll is loading the same posts’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [OwlsOnFoot](https://wordpress.org/support/users/owlsonfoot/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/infinite-scroll-is-loading-the-same-posts/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
