resources feature
$tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'article_category', 'terms' => 'feature', 'field' => 'slug', ), array( 'taxonomy' => 'category', 'terms' => 'feature', 'field' => 'slug', ), );
$tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'article_category', 'terms' => 'feature', 'field' => 'slug', ), array( 'taxonomy' => 'category', 'terms' => 'feature', 'field' => 'slug', ), );