project_category
$tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'project-category', 'terms' => '1', 'field' => 'term_id', ), );
$tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'project-category', 'terms' => '1', 'field' => 'term_id', ), );