• Resolved Iamhere

    (@iamhere)


    [ecs-list-events limit=’15’ excerpt=’true’ excerpt=’200′ order=’DESC’]

    also tried

    [ecs-list-events past=’yes’ limit=’15’ excerpt=’true’ excerpt=’200′ order=’DESC’]

    I want to show past and future events…. so what do I need to do ?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Brian Hogg

    (@brianhogg)

    Hi @iamhere !

    It’s not possible to show both future and past events using one shortcode, you’d need to put two shortcodes together. Something like this:

    [ecs-list-events past='yes' order='DESC' limit='15']
    [ecs-list-events limit='15']

    The first would show the past events, then the second would show future events. The pro version has some additional options to do it in one shortcode, for example using fromdate and todate:

    https://eventcalendarnewsletter.com/events-calendar-shortcode-pro-options/#fromdate

    Hope that helps, if not let me know!

    Thread Starter Iamhere

    (@iamhere)

    You beauty. Works a treat – thanks for that. Maybe offer that wisdom on your FAQ page? I did search but could not find the answer, hence my question on the forum.

    I want to thank you for your work and for offering this to the community – that’s what I love about WP!! The Events Calendar is great, but misses some vital (basic) functionality and you’ve filled the gap with this, good on you.

    I am not in need of the pro version yet – but it looks good, so I will consider that for another project.

    All the best and stay safe up there in NY !

    • This reply was modified 4 years, 7 months ago by Iamhere.
    Plugin Author Brian Hogg

    (@brianhogg)

    No worries, glad that did the trick! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Not showing past events’ is closed to new replies.