WordPress pagination URL posts not load

It’s not clear why you’re using query_posts or get_posts at all, WordPress does the main query for you before loading the template. If you simply want to change posts_per_page to something other than your site-wide settings, use pre_get_posts.