Sean

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Make All Events link go to Category #1014041
    Sean
    Participant

    This reply is private.

    in reply to: Make All Events link go to Category #1012363
    Sean
    Participant

    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( __( '&laquo; 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.

Viewing 2 posts - 1 through 2 (of 2 total)