Category link in single.php
<?php $cat = get_the_category(); $cat = $cat[0]; ?> <a href="<?php echo get_category_link($cat->cat_ID);?>"> <?php echo $cat->cat_name; ?> </a>