Forum Replies Created

Viewing 1 replies (of 1 total)
  • Forum: Plugins
    In reply to: Sort Posts By Event Date

    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?

Viewing 1 replies (of 1 total)