Title: [Plugin: Infinite-Scroll] Posts problem &#8211; repeating same posts
Last modified: August 20, 2016

---

# [Plugin: Infinite-Scroll] Posts problem – repeating same posts

 *  [agam360](https://wordpress.org/support/users/agam360/)
 * (@agam360)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-infinite-scroll-posts-problem-repeating-same-posts/)
 * I have a slider which shows the following:
 * > query_posts(‘posts_per_page=5’);
 * and then the body shows the following:
 * > query_posts(‘posts_per_page=5&offset=5’);
 * When I hit the infinite scroll it shows me the same 5 posts a few times, and 
   then stops.
    What is the problem?
 * [http://wordpress.org/extend/plugins/infinite-scroll/](http://wordpress.org/extend/plugins/infinite-scroll/)

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-infinite-scroll-posts-problem-repeating-same-posts/#post-2676069)
 * try to work with the ‘paged’ parameter isntead of ‘offset’;
 * example:
 *     ```
       query_posts('posts_per_page=5&paged='.get_query_var('paged'));
       ```
   
 *  Thread Starter [agam360](https://wordpress.org/support/users/agam360/)
 * (@agam360)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-infinite-scroll-posts-problem-repeating-same-posts/#post-2676080)
 * [@alchymyth](https://wordpress.org/support/users/alchymyth/), I have tried:
 * >  query_posts(‘posts_per_page=5&offset=5&paged=’.get_query_var(‘paged’));
   >  if(
   > have_posts()) : while (have_posts()) : the_post();
 * See it here:
    [http://gamersfleet.com/](http://gamersfleet.com/) – **press the
   next page link**
 *  [Uitvaartverzekeringen](https://wordpress.org/support/users/uitvaartverzekeringen/)
 * (@uitvaartverzekeringen)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-infinite-scroll-posts-problem-repeating-same-posts/#post-2676082)
 * Did some one have experience with the plugin push bottum SEO
 * Regards,
 * Clife Hiwat
 * [http://www.begrafeniskosten.net](http://www.begrafeniskosten.net)

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

The topic ‘[Plugin: Infinite-Scroll] Posts problem – repeating same posts’ is closed
to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/infinite-scroll.svg)
 * [Infinite-Scroll](https://wordpress.org/plugins/infinite-scroll/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/infinite-scroll/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/infinite-scroll/)
 * [Active Topics](https://wordpress.org/support/plugin/infinite-scroll/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/infinite-scroll/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/infinite-scroll/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [Uitvaartverzekeringen](https://wordpress.org/support/users/uitvaartverzekeringen/)
 * Last activity: [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-infinite-scroll-posts-problem-repeating-same-posts/#post-2676082)
 * Status: not resolved