Hi Chris H,
Thanks for posting this.
I’ve been having a similar problem and after playing around with some events plugins and having no luck, I decided to use your method.
Is it possible to only show posts where the date is greater than or equal to the current date?
i.e. not show posts/evnts that have already happened.
I have tried the following method but am having no joy…
<?php query_posts($query_string . ‘&meta_key=sortdate&meta_compare=>=meta_value=CURDATE()&meta_key=sortdate&orderby=meta_value&order=asc’ ); ?>
Can anybody help on this one please?