<ul><?php $id = 1;wp_reset_query();$args = array( 'post_type' => 'download', 'post_status' => 'publish', 'tax_query' => array( array( 'taxonomy' => 'download_category', 'field' => 'term_id', 'terms' => $id, 'operator' => 'IN', ) ));$the_query = new WP_Query(...