Cowichan Categories
The Document Categories
$tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'top_category', 'terms' => array( 'news', 'media' ), 'field' => 'slug', ), );
The Document Categories
$tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'top_category', 'terms' => array( 'news', 'media' ), 'field' => 'slug', ), );