Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ajay Sharma

    (@ajay3085006)

    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

    (@orestgump)

    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

    (@ajay3085006)

    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.