project status
$project_status_query = array( 'relation' => 'OR', array( 'taxonomy' => 'project-status', 'terms' => array( 'kickoff', 'wireframes', 'design', 'development', 'content', 'staging' ), 'field' => 'slug', 'operator' => 'IN', ), );
$project_status_query = array( 'relation' => 'OR', array( 'taxonomy' => 'project-status', 'terms' => array( 'kickoff', 'wireframes', 'design', 'development', 'content', 'staging' ), 'field' => 'slug', 'operator' => 'IN', ), );