You could order your custom post type with a custom field such as ‘order’ that your client could change for each post :
$teamFeed = new WP_Query( array( 'meta_key' => 'order', 'orderby' => 'meta_value' ) )
Theres also a plugin to order custom post types with drag and drop functionality, but I never tried it : http://wordpress.org/extend/plugins/post-types-order/
Related Posts:
- Custom Post Type order by modified date and custom meta field issue
- Changing WordPress sort order for returned child pages
- Custom post type order by post_title
- Show first posts with custom field not empty and order all by title
- Help ordering custom query by Title, Ascending
- Posts 2 Posts: query connected — orderby problem
- Order custom post type is beign ignored
- Order by & include array by specific post ids
- How to use a custom post type as front page?
- Random post, once per day
- Sort Order for a Custom Query in a Post Type Archive Not Working
- Query custom post type by custom field
- WP_Query -> sort results by relevance (= most tags / taxonomy terms in common)
- Compare 3 custom fields and sort by oldest
- SQL to update custom post taxonomies
- Query multiple taxonomy in Custom Post Type
- Query by 2 values of a repeater ACF field
- Comparing timestamps in meta query doesn’t work
- Display two post types ordered by two custom fields
- Include both default and Custom Post Type in query modified inside pre_get_posts
- $wpdb returns no results with SELECT query on custom post type, works on default post type
- Custom Post Types, Page Templates and Pagination. Why do I get a 404 Error?
- Automatically adding meta data to posts or multiple query help
- Having trouble with custom date field for CPT query (WordPress)
- How to query different post types in specific order?
- Conditional to modify query results
- Show Two custom Post type and their posts on category page
- Ignore sticky posts if post is not in meta query
- Querying Term Posts in Loop
- Use get_post_types to query only custom posts types
- Custom Post type is being ignored in query
- Show listings from Impress Listing plugin in random order using taxonomy and terms
- Am unable to reset a query properly
- Rewrite and custom post type: order by custom field not working
- Get next and previous 3 posts in a term in single post page
- Previous/Next Link by Meta Value in CPT
- Search / Filter posts on Title/Content OR Tags
- How to order separated Custom Post Search results
- Wp_query: sort by PHP variable
- Allow user to set custom order to a list of custom taxonomies?
- Querying Two Custom Post Types with OR Not Working
- Display Woocommerce Orders for specific author [closed]
- What’s the equivalent of Hide From Menus on MODX on WordPress?
- I am trying to hide a custom post type category to logged in users with Pre_Get_Posts
- Ordering custom post type by multiple custom fields
- Order by custom field meta_key date and then by custom file meta_key number
- Ascending Order is not Working in Custom Post Type Listining
- Query of custom post types only shows first post
- Query multiple taxonomies with pre get posts
- Query Custom Post Types with checkboxes
- show all custom posts types in home page
- List of child custom post types lists all custom post types
- $wpdb->get_col and ORDER BY?
- Having Issue on Ordering CPT by Custom Field In Custom WP Query
- Returning a custom content types with meta values
- WP_Query not resetting after wp_reset_postdata
- Custom Query: If One Post Object Field Value Is The Same As Another
- Custom Post Type not showing in main loop
- Shortcode to return single custom post based on post taxonomy
- is_main_query() never called on WP 4.4
- Create query for both custom post type and category
- Custom taxonomy query showing more than 4 posts
- Query Custom Post by taxonomy multiple categories
- Custom Post type showing up in loop, regular posts are not showing up
- show most viewed posts of last days by link?
- Is there a (preferable built-in) way to check what custom queries are used in a theme?
- Update query based on CPT / Post Type, show all sorted by date
- Check that a slug is present in the get_terms request
- How can I sort the results of a REST API response by the title of a connected custom post type?
- Orderby if between two meta fields
- Creating a custom WP query for a Custom Post Type
- WP_Query for custom taxonomies showing posts from non-specified terms?
- How do I query with multiple custom fields orderby in same column?
- WP_Query with all posts in one custom post type and only posts in another custom post type with a specific category
- How to order multiple custom post types with same taxonomy by date
- How can I group by Taxonomy on Custom Post Type while filtering out based on custom Meta
- Get posts of an specific term of a custom taxonomy
- Conditional posts in WP_query for search
- Orderby modified only for specific post types
- Display year value before a set of posts
- How to add parameters for custom post type
- meta query always fails even if data is correct
- How do I get a nested query to only display content that the main query outputed
- shortcode order for event custom post type
- $post breaking container loop
- Order Custom Posts by Several Fields
- Multiple Queries and Loops within CPT Archive
- how to limit query_post to first page?
- Pagination not working with custom loop
- Post content stays the same but permalink changes ?
- Pagination not working with custom loop
- Retrieve post data via WPDB class
- Listing custom post type items from a couple of custom taxonomies
- 404 on Pages for Custom Post Type & Query_Posts
- Pagination not working with custom loop
- custom post-type query just returns two posts
- Filter Custom post type by another Custom post type
- How to order different custom post type in category or tag template page?
- Query order by meta value force specific tag first
- Load posts via AJAX without draft status