Hi, in single.php, I'm trying to exclude a category in next_post_link:
<?php next_post_link('%link', '%title →', TRUE, '4'); ?>
But this won't work if the category specified is a sibling category (ie is also in the same parent category as the current post). Is there any way to tell WordPress that exclude means exclude absolutely?