Post ordering not working with custom field
It is already solved here. https://stackoverflow.com/questions/16889207/how-to-order-wordpress-posts-by-a-custom-field-date Just make sure you use ‘meta_value_num’ for ‘orderby’ and convert your date values from custom meta’s to ‘yyyymmdd’.