global $post; $link = ''; $terms = get_the_terms( $post->ID, 'product_cat' ); if(!empty($terms[0])){ $link = get_term_link( $terms[0]->term_id, 'product_cat' ); }