Skip to content

Instantly share code, notes, and snippets.

@safranck
Last active August 29, 2015 14:15
Show Gist options
  • Save safranck/0e3af14c2fc309365bdf to your computer and use it in GitHub Desktop.
Save safranck/0e3af14c2fc309365bdf to your computer and use it in GitHub Desktop.
$post_args = array(
'post_type' => 'testimonial',
'tax_query' => array(
array(
'taxonomy' => 'type',
'field' => 'slug',
'terms' => $type,
),
),
);
$testimonials = new WP_Query( $post_args );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment