get_posts – require all categories

Display posts that have “all” of these categories:

$query = new WP_Query( 'category_name=staff+news' );

See this on category parameters.