Show only upcoming events in a slideshow
-
Hello,
i’m trying to display events in a slideshow, it works perfect at one exception.
the events are showing with passed events and i wanted it to show the next upcoming events only.
this is my code :
$slider = new WP_Query('post_type=event&orderby=event_start_date&order=DESC&showposts=5');
Thanx in advance for your help / Merci d’avance pour votre aide
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Show only upcoming events in a slideshow’ is closed to new replies.