• wilbert schaapman

    (@wilbertschaapmancom)


    I like to use the shortocde for the events calendar dates.
    I need some help to setup.
    I like to show the end date of the event only when the events is taking more then one day.

    So i need something like this:
    [if wpbb post:the_events_calendar_start_date=wpbb post:the_events_calendar_end_date]
    [wpbb post:the_events_calendar_start_date]
    [/if]

Viewing 1 replies (of 1 total)
  • Not sure if you can access those fields with CCS. if so you can try.

    [pass field=start_date]
      [if field=end_date after value={FIELD}]
        ....
      [/else]
        ....
      [/if]
    [/pass]
    • This reply was modified 3 years, 12 months ago by polarracing.
Viewing 1 replies (of 1 total)
  • The topic ‘Events calendar dates’ is closed to new replies.