Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter gretch39

    (@gretch39)

    Nobody ?

    Please I need help !

    Hi there @gretch39!

    One way to go about this would be to add a conditional wrapper in your template that specifically targets past events. Perhaps something like this:

    if( tribe_is_event() && tribe_is_past() ) {
      // do things for past events
    } else {
      //do these for all other events
    }

    Does that help you get started?

    Cheers!
    Geoff

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom past event’ is closed to new replies.