Skip to content

Instantly share code, notes, and snippets.

@BeardedGinger
Created September 23, 2016 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BeardedGinger/5934925fbe53bd0ede366ef3da1cd419 to your computer and use it in GitHub Desktop.
Save BeardedGinger/5934925fbe53bd0ede366ef3da1cd419 to your computer and use it in GitHub Desktop.
<?php
$args = array(
'tax_query' => array(
array(
'taxonomy' => 'tribe_events_cat',
'field' => 'slug',
'terms' => 'feature_event',
),
),
);
$my_query = new WP_Query( $args );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment