try changing 'orderby' => 'meta_value_num' to 'orderby' => 'meta_value meta_value_num'
Related Posts:
- Use REGEXP in WP_Query meta_query key
- Display products from specific category in shop page
- Getting attachments by meta value
- Query Custom Meta Value with Increment
- What is an efficient way to query based on post_meta?
- WP_Query not working as expected for attachments and custom meta_query
- How can I create a WP_Query that returns posts where one meta_value
- WordPress altering my custom query, How to fix it?
- WP Meta Query for some meta (array) values
- Exclude post on loop by multiple meta key value
- How to get sum of meta_values of a meta_key in wp_query according to conditions
- How to query ‘posts_per_page’ to display a different blog posts index template?
- Order posts by meta value and Date
- Query sticky posts with thumbnails
- Get meta info related to current post
- WP_Query on custom field and order results
- How to make Meta Query case sensitive?
- Performance when getting post meta for post retrieved by meta value
- Get attachment by meta_key value
- Any number in meta key (wp query)
- Fetch Record based on meta key dates
- how to make members list directory through wordpress post custom meta key.
- Large AND OR query timing out
- New WP_Query loop in admin causes problems
- Array as ‘key’ in WP_Query
- Filter posts by comparing custom meta value against postdate
- How to provide meta_key array to wp_query?
- Wp_query with 2 meta keys and array of meta values
- Meta query compare for ID’s greater than specific ID
- Nested array issue in meta_query
- Filtering by multiple conditions in the loop
- Query posts by searching for a string in a meta field
- WP_Query meta compare must include ALL array values
- Use have_posts() with array of post results retrieved by $wpdb->get_results
- WP_Query not returning correct result with meta_query parameter
- How do i create a custom post query when the meta value is an array?
- wp query to use both author id and meta_query
- Meta query ignores multiple values of the key
- Trouble with serialized metadata
- Why can my filter query SOME metadata but not other metadata?
- Query against multiple locations within single custom post type post
- How to set meta_query if get_post_meta returns nested array for that key? [duplicate]
- update_post_meta() not updating
- Meta Query if Values Don’t Exist
- Saving custom fields for WP_Query to retrieve
- Efficient way of querying for a “fallback” post?
- How to show all the associated posts with specific date of data metabox?
- WP Meta Query at depth 2
- WP_Query Posts by Metadata from Option Tree
- Custom loop – Isolating post meta output depending on current query taxonomy terms
- Return a single custom post from multiple meta queries
- loop through custom post types with meta data
- WP_Query by meta key not returning any posts
- Post Query with Meta Query no longer working
- Meta_query compare operator explanation
- meta_query with meta values as serialize arrays
- How to only display posts whose meta_value field is not empty?
- Nested meta_query with multiple relation keys
- Can I force WP_Query to return no results?
- Can wp_query return posts meta in a single request?
- Resetting post data to previous loop in nested loops
- order by numeric value for meta value
- Some doubts about how the main query and the custom query works in this custom theme?
- meta_query ‘compare’ => ‘IN’ not working
- Get post count of current loop when using multiple queries on one page
- Multiple WP_Query loops with Pagination
- How do I query for posts by partial meta key?
- Using a custom WP_Query with get_template_part loop
- WP Query Args – Title or Meta Value
- Meta query with string starting like pattern
- compare meta_query in get_posts arguments
- WordPress retrieving meta data for all custom post types in list view
- How to query posts based on lat-lng coordinate as post meta?
- WP_Query vs get_posts
- how to show posts that are missing a meta_value
- Order by optional meta key?
- Set Alias for meta_query arguments in get_posts()
- Sorting: custom query with orderby meta_value_num THEN by title
- Loop within a loop?
- WP_Query and next_posts_link
- Show posts without term
- meta_query: using BETWEEN with floats and/or casting to DECIMAL
- Usage of the new “posts_clauses” filter in WordPress 3.1?
- How to list some posts first in the loop based on post id
- Reduce or prevent calling of update_meta_cache
- Pagination returns 404 after page 20
- Make loop display posts by alphabetical order
- WP_Query: query posts by ids from array?
- Use WP_Query with have_posts()?
- Is there a way to extend WP_query so Custom Post Types can have properties?
- How to Compare Two Meta Fields
- Changing the meta_query of the main query based on custom query_vars and using pre_get_posts
- get custom post type by tag
- Does tax_query really beats meta_query in all situations?
- How to get order of posts?
- Order posts by ID in the given order
- WP_Query with checkbox meta_query
- ACF Relationship Field Search Filtering [closed]
- What is the most efficient way of querying posts based on visits and date for current day?
- Add indexing to meta_value in wp_postmeta