topic tax query
$tax_query = array( array( 'taxonomy' => 'topic_categories', 'terms' => '12.13.14', ), array( 'taxonomy' => 'industry_categories', 'terms' => '12.18.20', ), );
$tax_query = array( array( 'taxonomy' => 'topic_categories', 'terms' => '12.13.14', ), array( 'taxonomy' => 'industry_categories', 'terms' => '12.18.20', ), );