• Hi folks,

    I’m really not a developer, so I don’t know how to fix this situation.
    When I use the start / end shortcode, it looks like this:

    [eo_events ondate="today" showpastevents=false]from %start{H:i}% until %end{H:i}%[/eo_events]

    This gives me the following result:

    https://image.prntscr.com/image/cIspjTkBQDeo_iAnM_f1lw.png

    I double-checked everything, but can’t find out where this comes from.
    Anyone of you any idea?

    • This topic was modified 6 years, 1 month ago by hielkio.
    • This topic was modified 6 years, 1 month ago by hielkio.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Stephen Harris

    (@stephenharris)

    Hi,

    The start & end tags take a date and time component (time is only used for non-all-day events). To get only a time component, leave the date part blank:

    
    [eo_events ondate="today" showpastevents=false]from %start{}{H:i}% until %end{}{H:i}%[/eo_events]
    
    Thread Starter hielkio

    (@hielkio)

    Thanks for the quick reply Stephen! It works like a charm 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Start / End shortcode gives double output’ is closed to new replies.