I still don’t understand, if you can please help. I don’t see any reference in documentation for get_term_link or tribe_events_cat. I replaced the code with:
<a href="<?php echo esc_url( get_term_link( 6, 'tribe_events_cat' ) ); ?>"> <?php printf( __( '« All %s', 'the-events-calendar' ), $events_label_plural ); ?></a>
This changed the All Events to a specific category, which is ok, but I need the category to display just as the same in Event category in details:
http://prntscr.com/8ornyi
Can you tell me how to pull the category of the event being displayed? I figured it would be in the single-event.php page already, but can’t seem to find it in the code.