<?php $category = get_the_category(); if ( $category[0] ) { echo '<h2><a href="' . get_category_link( $category[0]->term_id ) . '">' . $category[0]->cat_name . '</a></h2>'; } ?>