The Event Calendar – Display category of event
-
Hi,
I wish to display the catégory of event in my list widget under “Agenda”:
https://ale-montpellier.org/Today i have date with
<!-- Event Time --> <?php do_action( 'tribe_events_list_widget_before_the_meta' ) ?> <div class="duration"> <?php echo tribe_events_event_schedule_details(); ?> </div> <?php do_action( 'tribe_events_list_widget_after_the_meta' ) ?> <?php do_action( 'tribe_events_list_widget_before_the_event_title' ); ?>
And Title with :
<!-- Event Title --> <h4 class="entry-title summary"> <a href="<?php echo tribe_get_event_link(); ?>" rel="bookmark"><?php the_title(); ?></a> </h4> <?php do_action( 'tribe_events_list_widget_after_the_event_title' ); ?>
I want to display the category of events, but i can’t with
” rel=”bookmark”><?php the_category(); ?>
or
” rel=”bookmark”><?php the_event_category(); ?>Thanks your help !
- The topic ‘The Event Calendar – Display category of event’ is closed to new replies.