<?php $single_cats = get_the_category(); foreach ($single_cats as $single_cat) { ?> <a href="<?php echo esc_url( get_category_link( $single_cat->term_id ) ); ?>"><?php echo $single_cat->cat_name; ?></a><?php } ?>