Skip to content

Instantly share code, notes, and snippets.

@dannewns
Created January 17, 2013 13:11
Show Gist options
  • Save dannewns/4555846 to your computer and use it in GitHub Desktop.
Save dannewns/4555846 to your computer and use it in GitHub Desktop.
$events_query = new WP_Query('category_name=event&orderby=meta_value_num&order=ASC&meta_key=post_singleton_date&meta_compare=>=&meta_value=' . strtotime(date('d-m-Y')));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment