Is there any way of ordering by date-field when I’m using this plugin as well?
when I try
$args = array(
numberposts’ => -1,
‘order’=> ‘ASC’,
‘orderby’ => ‘meta_value’,
‘meta_key’ => ‘date-fielf’,
‘post_status’ => ‘publish’,
‘post_type’ => ‘concerts’
);
It doesn’t work. Any solution?