query_posts()
should not be used in general and especially when dealing with pagination.
You need to be making adjustments before template is reached, usually via pre-get-posts hook, on which there is plenty of material on site.
Related Posts:
- Make blog page show 10 on first page, 9 on every other page
- Get the number of posts from the current page results
- How to exclude latest x posts from a paginated query?
- Is `query_posts` really slower than secondary query?
- Are there any scenarios where the query_posts may be used?
- Why is it necessary to call rewind_posts() when using the loop more than once? [duplicate]
- Insert/sticky specific post into Loop at specific location
- Multiple posts with one loop iteration
- Post Loop not Returning Permalink
- How to Loop within a Loop (Display Children and then Grandchildren)
- Exclude first 2 posts with meta_key from loop
- Two loops by pre_get_post on same page
- Better way to display posts from specific categories, in a grid layout
- popular post weekly and monthly
- 3 Posts in Loop, Show Stickies First
- Query last updated posts (posts updated in the last 24 hours)
- Displaying terms based on loop posts?
- How to exclude latest x posts from a paginated query?
- Duplicated posts on category page
- Exclude posts from main loop based on meta value
- Alter query using pre_get_posts() if meta_key is present
- pre_get_posts for two loops on same page
- Sanitize Custom Field Value in Meta Query
- How to display posts by vote count and if no value continue with latest posts with no votes?
- Modify the main loop to display current month / year
- query_posts() vs get_posts() multiple loops [duplicate]
- Exclude first post (sticky or not) from the loop using query_posts()
- How to order by multiple fields using standard query_posts?
- Pagination not working in category listing [duplicate]
- How can I improve the performance of this query_posts loop?
- Adding div after every two post on main loop! Why will first post not get counted?
- Change post order by meta key, per post basis
- How can I access specific posts brought back by query_posts?
- Get paged outside of loop?
- Separate First Post Loop
- Query posts only with actual text content (not including shortcode or images)
- query_posts clarification needed
- Exclude current post ID from loop in sidepbar.php
- Why does my WP_Query pagination on a custom page.php only loads the homepage?
- Get a Post Loop based on Logged in User information into a Shortcode
- how to add 4 post in one carousel slide
- Exclude Posts Using Meta Query and User Meta
- pre_get_posts main_query not displaying after applying tax_query filters
- get_posts and wp_autop (remove filter)
- query_posts ignores the argument
- The Loop isn’t working
- Get query result before posts are displayed?
- Twitter bootstrap carousel multiple items in carousel
- show posts from one category with comments only
- Least Number of Loops to Create Custom Homepage?
- WordPress loop problem: Multiple loops, index.php and is_paged causing duplicate posts on next page
- How to do query_posts on tags pages
- Limitless amount of posts in custom archive page
- How to use orderby on meta_value when using Pods custom database table storage
- When to use WP_query(), query_posts() and pre_get_posts
- How to fix pagination for custom loops?
- Jquery Slider for profile template
- Counting the posts of a custom WordPress loop (WP_Query)?
- if ( is_home() && ! is_front_page() )
- Get excerpt using get_the_excerpt outside a loop
- How to display Yoast SEO meta description in archive template for each post instead of the_excerpt()? [closed]
- How do I exclude a custom taxonomy from the post loop
- Get post content from outside the loop
- Why should I put if(have_posts()), is while(have_posts()) not enough?
- Display featured products through custom loop in woocommerce on template page
- Split Content and Gallery
- Some doubts about how the main query and the custom query works in this custom theme?
- How to get Author ID outside the loop
- How to get posts published between a date and today?
- How can i display the content in plaintext
- Redirect loop when trying to login to /wp-admin/ [duplicate]
- How to split a loop into multiple columns
- Is it necessary to reset the query after using get_posts()?
- Is there any difference between the_title() and echo get_the_title()?
- AJAX with loop filtering categories
- WP_Query vs get_posts
- Do I need to use The Loop on pages?
- Remove the Homepage Query
- remove tags from the_content
- the_title() shows title of the first post instead of the page title?
- How to force excerpts / teasers in the loop
- Retrieve each widget separately from a sidebar
- Why am I being limited to ten posts on a custom loop?
- Custom search filter causes menu and query_posts problems
- Should I use loop in the single.php file?
- A search for ‘0’ returns results
- How to return results of a get_posts() in explicitly defined order
- Why do themes rely on “The Loop”?
- Display all posts from specific categories on a page
- How to return loop contents
- Using the Loop to show all levels of subpages under a parent page? Halfway there
- Cleanest Way to Select Every Second Element in a Loop?
- Custom Taxonomy not working with posts_per_page in new WP_query (pagination problem)
- Order posts by ID in the given order
- Insert image or ad script after 3 posts using the loop
- Get date of last update outside of loop
- Pagination not working on home page
- Child Pages Loop
- How to place comments_template(); outside the loop?
- Multiple Loops Homepage?