Tag Query
$tax_query = array( array( 'taxonomy' => 'post_tag', 'terms' => '57', 'field' => 'term_id', 'operator' => 'AND', 'include_children' => false, ), );
$tax_query = array( array( 'taxonomy' => 'post_tag', 'terms' => '57', 'field' => 'term_id', 'operator' => 'AND', 'include_children' => false, ), );