change your args as bellow
$args = array(
'post_type' => 'your_post_type',
'orderby' => 'meta_value',
'meta_query' => array(array('key' => 'releaseDate')),
'order' => 'ASC',
'paged' =>$paged,
);
If you get the results ordered other way around, change 'order' => 'DESC',
You’ll get the correct order.
Related Posts:
- How order posts from category by date and comment count?
- WP_Query Taxonomy categories filtering
- Hide products in uncategorized category from search results
- How to load a script code only in posts?
- How to echo woocommerce category name
- How to display a list of posts in same child category as current post
- Slider won’t work with custom query
- WP_Query with one category in args shows other categories
- How to exclude a category name from showing?
- WP_Query with multiple orderby NOT working with ASC and DESC, what’s wrong?
- Loop categories by recent post
- Get the child category ID of current category
- Child pages not affected by orderby
- How to get posts by category and by choosing a taxonomy term?
- Related Posts Excluding Certain Categories
- Getting the permalink to the latest post from a category
- What is wrong with my WP_Query Arguments?
- Filtering by multiple conditions in the loop
- WP_User_Query orderby meta_val_num
- WP_Query custom order and pagination
- Orderby two meta fields not working
- Sorting posts by Multiple custom fields in defined order
- Randomly select one of last 3 posts
- WP_Query orderby random do not repeat infinite scroll – one loop
- Widgets: Show Recent Posts Only if the Posts Have Both Categories X and Y
- how to retrieve WP_Query without ordering by date [duplicate]
- orderby ignored by wp_query
- Sort posts using multiple custom fields and menu_order in single query?
- get_the_terms has strange result since version 6.0
- Post incorrectly excluded when using “category__in”?
- Related posts by current posts child category
- Filter sub-category from checkbox form
- `offset` WP_Query argument dont work via `pre_get_posts`
- Use get_cat_ID to retreive multiple category IDs
- Function the_posts_pagination() not compatible with WP_Query arguments
- Filter products on category AND tag
- WP_Query orderby
- adding pagination to a foreach loop in wordpress
- WP_Query order by multiple meta keys & fields
- What’s wrong with this meta query? (order by meta key, then title, doesn’t work)
- How can I order a post query’s results based on the number of matching taxonomy terms?
- How to sort store location by specific category order in WP store locations
- query hook parse_tax_query function takes no effect
- How can I have sticky posts while ALSO showing posts from a specific category using one WP_Query?
- How to use the Term Object from a custom select field in a query
- How to sort wordpress posts already selected by WP_QUERY
- 3 posts from each existing category on one page
- How to display the category dropdown auto search list when key press?
- Categories In English version showing not canonical URL, instead shows query search result
- Custom WP Query order function possible?
- Custom order of posts in wp_query and different taxonomies
- WP_Query random ordering not working since 5.4
- WordPress Query custom ordering by temporary variable
- What code to use in an array to call the current sub-category?
- Custom order revolution sliders post base slides as inserted in Specific Posts List field
- Get categories within specific term
- Related categories order posts by category
- Meta query orderby meta_value_num sorting by role first
- WP_User_Query Orderby Not Working
- How to show specify category template for both parent and child category
- Order by value of Custom Field using url string
- Order posts by tags count?
- Pagination for Category does not work
- Order by meta date with a thousanth of a second defaults to post order
- WP Query with meta queries
- Exclude parent categories from recent posts list
- Order Element By Custom Field in WordPress
- Display All Top Child Categories / Taxonomy
- Query post by Category and custom file (ACF)
- Query Order By Number Variable From API
- How to get_comments() ordered by date and parent?
- Order 2 meta_queries differently in WP_Query?
- Check the product in the cart from which category is and show message
- WP_Query showing all posts, except from category X, unless it’s also in Y
- Sorting with meta_query and multiple, optional meta keys
- WP Query. Ordering posts by another post types meta
- Single query for multiple categories
- Display 3 levels of categories on page
- Filtering ‘Featured’ posts from a batch of category IDs
- WP_Query: custom orderby (not ASC nor DESC)
- Show posts from categories instead of tags
- Multiple values in WP_Query : category__and
- How to exclude posts by ID within a category/archive loop
- Best way to query posts and order by relevancy to query
- I have 3 categories, i want to display on a loop the last 3 of every category
- Adding Category in WP_Query Not Working
- Order & Orderby clause not working with custom query
- How to order posts, that have already been filtered by custom taxonomy, by their category names?
- wp_query sorting – one specific meta_key value at last and then sort by create date
- display all posts from category with and without terms in chronological order
- Help displaying related categories
- query_posts based on a meta_key
- Display three sequential posts on each page load, without repeating previous
- Pull posts from all categories if quantity is not met?
- how to avoid reloading/refresh the page when displaying the post of wp_list_categories
- Category Archive not working for pages
- Order posts by more than one variable (meta_key and publish date AND time)
- Show full category tree for a year with all post titles?
- Create custom order sortby based on array of id
- Best way to Order Post in Home without a plugin