I have this below post in single page :
<div class="nav">
<?php previous_post('« %', '','yes','no',1,'16'); ?>
<span style="float: right;"><?php next_post('% »', '', 'yes','no',1,'16'); ?></span>
</div>
It does not prevent posts from category 16 to show on the page...
I tried 16 and '16', without success