Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter mariusamza

    (@mariusamza)

    I managed to fix the problem.

    I added ‘posts_per_page’=>-1

    to the real-post-slider-lite/real-post-slider-lite.php page.

    Seems like the WP_Query loop section has a default length of 10 posts.

    You can set it to show all posts using “-1”

    $the_query = new WP_Query( array(‘category__in’ => $cat_id, ‘order’ => $vkrpsl_ascdesc, ‘posts_per_page’=>-1) );

    Hey mariusamza, I had the same issue and your fix worked for me too. Thanks!

    Plugin Author vk011

    (@vk011)

    Hello,

    Sorry I haven’t noticed this thread earlier.

    Thanks for the bug report and the fix, the plugin has been updated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘limited number of posts that the plugin shows’ is closed to new replies.