Skip to content

Instantly share code, notes, and snippets.

@whyisjake
Created April 30, 2013 23:49
Show Gist options
  • Save whyisjake/5492775 to your computer and use it in GitHub Desktop.
Save whyisjake/5492775 to your computer and use it in GitHub Desktop.
$args = array(
'location' => $atts['location'],
'post_type' => 'event-items',
// 'orderby' => 'meta_value_num',
//'meta_key' => 'mfei_start',
'meta_value' => 'Sunday',
'posts_per_page'=> '30'
);
$query = new WP_Query( $args );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment