category-toolami
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'category', 'terms' => '3', 'field' => 'term_id', ), array( 'taxonomy' => 'category', 'terms' => '$wp_query->query[\'category_name\']', 'field' => 'name', ), );
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'category', 'terms' => '3', 'field' => 'term_id', ), array( 'taxonomy' => 'category', 'terms' => '$wp_query->query[\'category_name\']', 'field' => 'name', ), );