Get by taxonomy slug
$category = array( array( 'taxonomy' => 'category', 'terms' => array( 'event', 'blog-romania' ), 'field' => 'slug', 'operator' => 'IN', 'include_children' => true, ), );
$category = array( array( 'taxonomy' => 'category', 'terms' => array( 'event', 'blog-romania' ), 'field' => 'slug', 'operator' => 'IN', 'include_children' => true, ), );