Using the future-posts plugin, posts with a date set into the future are displayed.
I would like to display a page with two lists of post titles: first a list with post titles that are upcoming events (nearest first), and beneath that a list with posts of events that have just past (most recently first).
Any ideas?
Because no one has placed a comments yet on this question, I think I can 'simplefy' my question: Is there a template tag + parameter that allows to define future or past posts?
I know TextPattern has something which basically comes down to 'showposts('date=future')', something like that.
I assume WP has somehting like this, otherwise a plugin would be nice ;)