Use orderby
post__in
$loop = new WP_Query(
array(
'post_type' => 'product',
'post__in' => $posts,
'paged' => $paged,
'posts_per_page' => 5,
'orderby' => 'post__in'
)
);
Remember it is only available from version 3.5
Related Posts:
- How do I reorder (pop and push) items from WP_Query?
- Reverse chronology of post listing
- WP_Query orderby not working with meta_value_num and menu_order
- How can I sort posts by the date and a custom meta field?
- How to order posts by meta_value and title
- how to get post order by post id wp_query?
- Need to know custom code to display random and most viewed posts in wordpress posts and pages
- query posts with selected post ids first
- WP_Query sort by meta_value_num or date
- Random order of the 5 most popular posts
- My custom query is displaying random posts in random order
- Order by ‘s’ using WP_Query()
- Adding additional data to WP_Post object
- WP_Query: Why is sticky post not first item in loop?
- Displaying the category name of a custom post type
- How to exclude latest x posts from a paginated query?
- Query posts from current year
- Most viewed post for the last 2 days using WP_Query
- Adding Post Counts to Menu (Nav) Programmatically?
- This AJAX Code Doesn’t Work – Looking for elegant solution
- How to add posts to wp_query result?
- Posts for next month
- Order post by year DESC and month ASC
- WP_Query only ONE post, won’t work
- Replace Main Query With Custom Query
- Hide Post comments when displayed via WP_Query
- Group posts by year in loop
- Change Order of Admin Posts Depending on Meta
- wp query with dynamic taxonomies and terms?
- Blogroll – Different layout for first post
- WP_Query: offset ignored when posts_per_page is -1?
- How do I use `posts_distinct` correctly?
- How can I remove posts of a certain category from homepage after a specified time period?
- Automatic value for custom fields for posts
- Loop through all product posts?
- Get random posts between specific dates / of specific age
- How to find what index page a post is on?
- Get Posts that are in the current month or later
- WP Query to Get Array of Slugs
- Hiding Draft Post In Admin
- How to verify wp user password by sql query in wp? [closed]
- Sort WP posts by span value
- How to filter my search in post if contains a word in title, content or excerpt?
- How to return another post than requested
- How to sort posts inside categories
- Lost draft under all posts and drafts
- Get user categories with most posts in it
- Random ajax load only works with posts_per_page set to -1
- Query posts and return XML
- Query Posts With Over 1000 Views
- List authors with the last post title and order by last post date
- Adding a blog archive with pagination using WP_Query
- How to get Tags with specific post id
- Order posts alphabetically: how to set order=asc in mysql query?
- WordPress query_posts by tag doesn’t work anymore(?)
- Ignore latest two posts
- Print out last 3 blogposts
- How can I add a box to edit Order on a regular post?
- How to group only VISIBLE posts? [closed]
- Shortcode with ‘year’ parameter
- On what hook can I get the queried object’s final state?
- If no posts exist for current day and month, show the next available day of posts
- how to handle the loop using filling bootstrap grid structure?
- Get all custom posts with a certain taxonomy
- Link to date_query results in WordPress
- Query function not executed between element [closed]
- When WP_Query only returns 1 post, how do I automatically redirect to that post?
- Limiting post list by taxonomy
- How to display WP Query filters?
- Finding a post’s slug
- Order posts by date
- How Can I Always Display A Particular Post First Using WP_Query?
- How do I display main query posts in random order using add_filter
- Display Parent-Child Posts in specific order by comparing IDs in array
- Function is printing twice – any suggestions?
- SEARCH QUERIES – REVERSE OUTPUT
- Order posts inside bootstrap card columns
- How to use two query result together in one loop
- show loop id post , only first id can read
- How to get value of a selected option from select tag and use it in WP_query to filter posts?
- filter posts based on menu_order
- Change archive results based on GET request
- wp_query args with relation
- Wp_query loop is not working as it should
- Show all posts from the tags without having to set all of them
- Is there a global page/post/product/anything ID?
- WP Query between posts custom fields [duplicate]
- Retrieve latest post by multiple categories with ID
- Update Post with Modified Data
- How to Include a common category in a custom Category Search
- wp_query select if have comments
- Last three posts not being put in order by date. How to fix this?
- wp_query posts sorting doesn’t work
- custom sort posts in archive/taxanomy page
- how to print loops for odd in 1st column and even in 2nd column in wordpress [closed]
- Trying to create shortcode listing custom posts, but formating not being included
- Show Title/Date/Excerpt of first post & only Title for rest in Query [duplicate]
- Get posts after calculating meta key
- Next and Previous buttons are not showing on home page for post
- Filters do not work when there are multiple (one works)