Thanks again for getting back to me so quick. I couldn’t get what you suggested to work so i did this and it seems to do the job
$args = array(
‘meta_key’ => ‘show_date’,
‘orderby’ => ‘meta_value’,
‘order’ => ‘ASC’,
‘post_type’ => ‘shows’,
‘posts_per_page’ => -1 );
$loop = new WP_Query( $args );
Cheers Andy,
Thanks a lot it works a treat! one other thing i was wondering i included a date custom field and i was wondering how to use that to arrange posts? I have a page that pulls in all the “shows” post types and shows the featured image but it orders them by the date they were added it would be cool to have them in order of when the shows are taking place if you know what i mean.
Anyway thanks for getting back to me and well done with the plugin its awesome.