• Resolved shibetpc

    (@shibetpc)


    I’m using a custom layout to display upcoming events. I have the events displayed properly, but it is showing ALL events, including those in the past. How can I filter to show only today’s events forward, or better still, end-date and forward?

    Thanks! Great plugin.

Viewing 1 replies (of 1 total)
  • Thread Starter shibetpc

    (@shibetpc)

    Was able to solve this myself.

    Added the following inside the function.php of child theme:

    $query_args[ 'event_end_after' ] = 'today';
    
Viewing 1 replies (of 1 total)
  • The topic ‘Today’s Date and forward filter’ is closed to new replies.