Title: plugin and pagination
Last modified: August 21, 2016

---

# plugin and pagination

 *  Resolved [orestgump](https://wordpress.org/support/users/orestgump/)
 * (@orestgump)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/plugin-and-pagination/)
 * Hi, great plugin, but some problem with pagination. Widget plugin disappear when
   from home go to see older post. Here you can see:
    [http://www.shoppingcity.biz](http://www.shoppingcity.biz)
   Can you help me please ? Thx
 * [https://wordpress.org/plugins/wp-scroll-posts/](https://wordpress.org/plugins/wp-scroll-posts/)

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

 *  Plugin Author [Ajay Sharma](https://wordpress.org/support/users/ajay3085006/)
 * (@ajay3085006)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/plugin-and-pagination/#post-4767274)
 * hello orestgump,
 * it can solve by small change in code .
    please open file wp-scroll-posts.php 
   and go to line no. 318 you will find code
 *     ```
       $args = array('posts_per_page' => get_option('wpsp_mnop'),'category_name'=>get_option("wpsp_cat"), 'paged' => $paged );
       ```
   
 * and replace it with
    code below
 *     ```
       $args = array('posts_per_page' => get_option('wpsp_mnop'),'category_name'=>get_option("wpsp_cat"));
       ```
   
 * I think this will resolve your issue and scroll will also show on pagination.
 * if issue came with shortcode also then follow same for line number 420 on same
   file.
 * best of luck 🙂
 * Thanks for posting query.
 *  Thread Starter [orestgump](https://wordpress.org/support/users/orestgump/)
 * (@orestgump)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/plugin-and-pagination/#post-4767276)
 * Hey Ajay, it works great, thx friend, if you came here in italy let me know, 
   you have a beer paid 🙂
 *  Plugin Author [Ajay Sharma](https://wordpress.org/support/users/ajay3085006/)
 * (@ajay3085006)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/plugin-and-pagination/#post-4767301)
 * sure buddy,
 * Thanks for posting reply.

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

The topic ‘plugin and pagination’ is closed to new replies.

 * ![](https://ps.w.org/wp-scroll-posts/assets/icon-128x128.png?rev=1171820)
 * [wp scroll posts](https://wordpress.org/plugins/wp-scroll-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-scroll-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-scroll-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-scroll-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-scroll-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-scroll-posts/reviews/)

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [Ajay Sharma](https://wordpress.org/support/users/ajay3085006/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/plugin-and-pagination/#post-4767301)
 * Status: resolved