'testimonial', 'tax_query' => array( array( 'taxonomy' => 'testimonial_type', // The custom taxonomy 'field' => 'slug', // Can be 'id', 'slug', or 'name' 'terms' => $taxonomy_term, // The term you want to filter by ), ), 'posts_per_page' => -1, // Get all posts 'order' => 'ASC', // Order the posts )); ?>
