Just run 2 queries, the first to pull just the new-videos and the 2nd to pull everything else but the new-videos. Probably just use WP_Query for the first one to get the new-videos and then alter the loop query for the 2nd one to exclude new-videos.
Related Posts:
- When should you use WP_Query vs query_posts() vs get_posts()?
- WP_Query vs get_posts
- Get posts by meta data OR title
- Highlighting Sub topic in a post?
- Can not switch the queried post in pre_get_posts hook
- WP_query category__in not working, only pulls from first category
- Creating a custom search for a specific post type
- Weird orderby => post__in issue
- Include data from custom table in WP_Query
- Check return value of get_posts
- Get specific ACF key and value from all posts – no access to DB
- Magazine style frontpage with multiple categories/loops and no duplicate posts
- How to get meta key list efficiently?
- Add to search posts query array with post IDS which will appear first
- Ordering Posts by parent category, name ascending
- When should you use WP_Query vs query_posts() vs get_posts()?
- Retrieve posts in custom post type and specific taxonomies
- A Depth Like Parameter For “get_posts”
- $wp_query->found_posts; returns zero
- Rewrite URL custom search query
- How to show more post at a given category?
- Get posts by list of post IDs ordered by those IDs?
- How to count posts with specific arguments
- Better wordpress attachment query than this
- Exclude some authors from query
- Reset WordPress Post Query to default
- Sort WordPress Posts Meta value by Week not Day
- Query only the posts with a post format of “audio”
- Modify Search Query if original Query gave no results
- Is_single() conditional tag returns null in query
- 2 wordpress loops showing 1 post from same post type – how to avoid showing the same post?
- Transient api Caches confused
- How can I override one post and make it display content for another post?
- Number of posts in the archive
- Include current post into loop
- Best choice for multiple loop in page?
- Is it possible to query from external database? [duplicate]
- Get all posts which was posted on X Days WordPress
- Query post with meta value in set of values
- Can’t sort custom post type by random
- pre_get_posts – Trying to get property of non-object warning
- Query posts that contain video?
- Get multiple users with meta value in one query and populate WP_User class
- WordPress query posts with multiple post_meta data
- meta_query: check if number exists
- Filter post query to only show direct children of category
- Get a list of posts by specific category
- get_posts output always same post
- Show a 404 error page if Public query variable’s value doesn’t exist?
- Use WP_Query or query_posts() or get_posts() for optimizing a site?
- get_posts always returning the same number of posts = 5
- “paged” in WP_Query returns 0 posts
- Specify strict ‘order by’ in WordPress query
- Why posts array is empty?
- How to check the array values, what WP_Query has brought to me?
- get_posts() and global variables
- complex get_posts() query to select child pages
- How to set up hierarchical relationships without using plugins / meta query
- How to add custom meta to ‘pre_get_terms’?
- Set front_page programatically after user login via query, while leaving site option alone
- How I can change the condition or compare operator for WP_Query in pre_get_posts
- Shortcode for custom query not returning results when attributes are added
- Should I reset $wp_query?
- Check if searched number is within the post meta value
- Yoast primary category query modification
- Query where ANDing slug values not working
- How to order posts on each different category?
- How to give classname to post if post has no content?
- How to filter query loop block with a search string from the query parameters
- Update query for wp_posts and wp_postmeta
- get_posts custom field
- Using get_posts to get posts based on a checkbox value with Advanced Custom Fields
- How to apply a function to a metadata value before launch a WP Query?
- Posts query according to meta box date
- mysql query order by
- Woocommerce: order posts by meta key
- WP_User_Query and user posts
- Related Posts function not working
- Notice thrown when creating numeric pagination on custom query
- wordpress udpate query not equal to
- Is it possible to retrieve posts depending on meta_key LIKE condition? [duplicate]
- Write WP Query that selects posts that are part of the same two categories
- How to get posts by category and by choosing a taxonomy term?
- WP_User_Query orderby meta_val_num
- WP_Query custom order and pagination
- How to access $wp_query object from array of posts given by get_posts?
- Function using get_posts() with tax_query not working when called from functions.php
- get_posts query matches too many results
- Orderby two meta fields not working
- Custom wp_query – I’m getting ‘all’ post, not the specific post in the query
- How to SQL query posts IDs by categories AND authors?
- Unable to paginate a custom page query
- Include one page/post into query which is already returning posts
- I am officially missing something about transient posts
- Search for pages with permalink
- Insert images into wordpress post with a query
- meta_query with array as value with multiple arrays
- Why doesn’t my WP Meta Query return any results?
- WP_Query meta compare must include ALL array values
- How to query for a page, get data, then query for child pages of that page