<?php if ( in_category(news,articles) ) { ?>
<h4><?php echo get_the_author() ?></h4>
<?php } ?>
<?php if ( in_category( array('news', 'articles') )) { ?>
<h4><?php echo get_the_author() ?></h4>
<?php } ?>