I have a custom field named: eventdate The posts are all in the standard post type. I want to order by this field ascending. I have tried over 15 different solutions but no joy . Every post simply gets turned into a list of all posts.
I have tried all solutions both before and after the following.
if(have_posts()){
while (have_posts()) : the_post();
Please help, I have been trying to sort this for at least 14 hours.