Okay
  Public Ticket #1981640
Problem showing expired events in current month
Closed

Comments

  • srosedesign started the conversation

    Hi,

    I am using the following code to show past (expired events) on this page - https://www.heartsofglassfilm.com/past-screenings/

    [stachethemes_ec view="agenda" show_views=0 show_top=0 expired_only=1 agenda_cal_display=0 start_date="2019-01-01"]

    At first it was working great, but there are 2 events that happened earlier in April that it are not showing. Is there some weird bug that doesn't show expired events if they are in the current month?

    Any help is much appreciated.

  •  783
    Zhivko replied

    Hi,

    No it's not a bug. Add to your shortcode reverse_agenda_list=1 to reverse the list. 

    [stachethemes_ec view="agenda" show_views=0 show_top=0 expired_only=1 agenda_cal_display=0 start_date="2019-01-01" reverse_agenda_list=1]

    Stachethemes Developer

  • srosedesign replied

    Thanks Zhivko. 

    That solved it!

    - Seadar