eventos cientificos
array de categorias
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'category', 'terms' => 'eventos', 'field' => 'slug', ), array( 'taxonomy' => 'category', 'terms' => 'cientificos', 'field' => 'slug', ), );
array de categorias
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'category', 'terms' => 'eventos', 'field' => 'slug', ), array( 'taxonomy' => 'category', 'terms' => 'cientificos', 'field' => 'slug', ), );