Add orderby
clause to your query! Here is the complete list of order parameters
$loop = new WP_Query( array(
'post_type' => 'images',
'orderby' => 'menu_order',
'paged' => get_query_var('paged') ? get_query_var('paged') : 1,
'posts_per_page' => $per_page,
) );
This query order by the menu order that you have specified in your pages
Related Posts:
- Pagination not working with custom loop
- Have different number of posts on first page
- Display all posts starting with given letter?
- wp_pagenavi() with custom wp_query()?
- List all posts commented by current user
- how do I group content in magazine-style ‘issues’?
- How to query custom posts using a dynamic category
- List events by month
- Custom post type loops with different page templates
- How to create posts (not post template) to be displayed on projects page?
- Custom Post Loop in Archive returns same the_permalink
- WP_Query post at custom position
- Should unaltered default loop/query return a list of custom posts belonging to a custom taxonomy?
- 404 error PageNavi custom type taxonomy | wordpress
- Query for posts in 2 taxonomies
- Pagination with custom post types results in 404 issues
- IF statement in a do_shortcode
- List posts AND custom post type by category
- How to dynamically build a multiple taxonomy query loop within a post type’s single loop?
- How to check if “is single” page
- wp_query to find posts by year and month
- Loop of custom post type names
- Using pre_get_posts to filter one loop in a multiloop archive
- Custom Post Type Loop within Shortcode
- Very Slow Page – How to Optimize # of Queries?
- Display CPT posts based on specific taxonomy
- WordPress Genesis custom taxonomy archive shows 3 repeats of each post
- Meta Key Value in current-user-only loop
- CPT + CMB2: data not displaying for only first post in loop
- Loop custom taxonomy to get lists of cutom post types?
- Custom post type not displaying content from single-{custom post type} page
- Show a Category X’s custom post type on Category X archive page?
- Sort by alphabetical order archive.php page
- Display all taxonomy terms, add class if term applies to current post
- A to Z List of Custom Post Type in three columns
- Post ID randomly printing on page
- Displaying Custom Posts on a Page
- How do I know the ‘meta_key’ for ordering my custom post type
- Custom Post Type Category Link
- Custom Post type category pages template and loop
- Three Most Recent Posts, One Per Term
- Custom Post Loop pulling all custom posts, not just one
- Wrapping x posts in html without leaving empty html
- Loop increase number
- Custom post type showing same Post on all Pages
- Move Genesis Single Page/Single Post Title
- get parent content inside child posts
- Post loop count is not in order
- hide specific div on single.php [closed]
- Looping Through Categories of a CPT
- How do you output an unknown number of images in a custom post type with desired markup?
- Get data from PHP to JavaScript to set position of each post on front page
- Assign a template to a custom post type when displayed by the main loop on the home page
- Custom Post Type and Taxonomy Loop Output Is Wrong
- The loop does not show users
- Displaying information from custom field on custom post type
- Display only a single CPT
- Control Loop Within Loop
- Cant’ Display Custom Post Type Title Base on Tax Terms
- How do I enforce a specific custom post type on the loop
- How do I list a custom field and custom taxonomies for each result in a loop?
- If/Else child list for Custom Post Type single template within loop?
- Show the categories the current post has
- CPT loop doesn’t seem to account for post date?
- How to display list of custom post taxonomy terms and their posts (if any)?
- Shortcode with loop stacks output
- Show custom post type event if current day using ACF
- How to create an IF statement in the Main Loop for Custom Post Types
- Custom meta fields not showing up in WP_Response Object via custom endpoint
- How to output and alert message when updating a post
- posts_per_page is not working by term
- Wrapping an unknown amount of posts inside separate HTML Containers during WP_Query loop
- % encoded URL giving 404 error in WordPress
- CPT: multiple loops with different terms
- sorting in wp query based on custom field value
- Custom post Query and WordPress Post Query Clash
- Add active class to foundation 6 tabs while looping categories
- Custom post type loop without children
- How to display user-defined / custom post in wordpress?
- WordPress loop add heading before first of type
- Only show current category post
- Looping through custom taxonomy in one template
- get_post_meta for Custom Post Type ( CPT )
- All custom posts are not showing up
- WordPress query posts by custom post type not workng
- How to keep a CPT stick to specific position?
- Is it possible to add query parameters on the archive page?
- Custom post type archive pagination with HTML5Blank theme?
- WordPress loop for multiple custom post types
- Pagination not working with custom loop
- Fallback if statement based on the number filtered from it
- Create custom post order (with custom post type meta)
- Pagination not working with custom loop
- Noob Loop Question
- Custom Post Types and 404 Pages
- show custom post’s post in two different divs [duplicate]
- Limit wordpress posts loop to continue onto another page
- Filter page ID outside the loop and order
- How can I show posts with the same tag?
- WordPress post objects in one parent post object