I have the same problem as anotherbreed. I am trying to list a category link of a post at the top of its single.php page but can’t figure out a way to exclude certain categories.
This is the code I’ve got now:
<a href="<?php echo $category_link; ?>" title="Category Name"><?php the_category(); ?></a>
Thanks for any help offered!