hi!
I have an event calendar with the category "Concerts" where I post events also with a future date.
"archive" template shows it with:
...
$ main_query = new WP_Query ($ query_string. 'Category_name = Concerts & post_status = publish, future & order = ASC');
...
after update to 3.0, the posts with status "future" are no longer displayed
navigation for monthly archives I do with wp_get_archives()
after the update to 3.0 I get 404 when I click on future month link ...
had to downgrade back to 2.9.2
has someone an idea what man could do??
regards
mil