Joseph

Forum Replies Created

Viewing 31 post (of 31 total)
  • Author
    Posts
  • in reply to: Event category in preceding title in month view #1001262
    Joseph
    Participant

    Ok, thanks. It looks daunting, but I’ll give it a shot. So I copied the single-event.php out of the /the-events-calendar/src/views/month to my theme folder at /enfold/tribe-events/src/views/month. Just to do a test, I erased the

    
    $day      = tribe_events_get_current_month_day();
    $event_id = "{$post->ID}-{$day['daynum']}";
    $link     = tribe_get_event_link( $post );
    get_the_terms( $event_id, ‘tribe_events_cat’ ); 
    $title    = get_the_title( $post );
    

    and refreshed and it didn’t seem to make a difference. Am I way off base?

Viewing 31 post (of 31 total)