How to add a link and text to the Category of entry in such code
<div class="entry-meta"> <?php if ( ! is_page() ) : ?> <a href="<?php echo esc_url( $author_posts_url ); ?>" title="<?php echo esc_attr( $posts_by_title ); ?>" class="entry-author"><?php the_author(); ?></a> <?php endif; ?> <span class="entry-date"> <?php breathe_date_time_with_microformat(); ?> </span> <span class="entry-actions"> <?php do_action( 'breathe_post_actions' ); ?> </span> <?php if ( is_object_in_taxonomy( get_post_type(), 'post_tag' ) ) : ?> <span class="entry-tags"> <?php breathe_tags_with_count( '', __( '<br />Теги:' , 'p2-breathe' ) .' ', ', ', ' ' ); ?> </span> <?php endif; ?> <?php do_action( 'breathe_header_entry_meta' ); ?> </div><!-- .entry-meta -->