• Resolved Curtis

    (@salsafire)


    Hello. Thank you for your plugin development.

    My client asked for music listings (I love the posterboard), so I put together a shortcode to display the event list, however past dates are visible, although the checkbox is unchecked on the settings page.

    I’ve checked and unchecked the box, saving the changes to no avail.

    I’ve attempted to override with a shortcode, but I cannot seem to format one correctly.

    All other plugins have been deactivated, and past events continue to display.

    I’ve selected the option to (delete past events in 24 hours) and they still display.

    I looked at the database options table, but could not spot the proper adjustment to make.

    I use this shortcode to create an event list.

    [eo_events]%event_thumbnail%%start{F jS}% – %event_title% ? %event_title% begins at %start{ g:i a}% – %end{ g:i a}%. ? %event_excerpt{30}% | Venue: %event_venue% [/eo_events]

    Any help would be appreciated.

    Thank you.

    curt

    • This topic was modified 7 years, 6 months ago by Curtis.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Stephen Harris

    (@stephenharris)

    That option only effects the ‘main queries’. With that shortcode you can do:

    
     [event_board event_start_after=now]
    

    and with the event list

    
     [eo_events event_start_after=now]
    
    Thread Starter Curtis

    (@salsafire)

    I suppose I should have known that.

    Thank you for your reply.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Past events display in list, no matter what’ is closed to new replies.