• 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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Mike

    (@shakingpaper)

    I’m having the same issue – any help would be excellent!

    Which event calendar you are using?

    Mike

    (@shakingpaper)

    I’m not using a calendar plugin. I am using the ‘Future is Now’ plugin to allow posts to show. I am also using the ‘Customizable Post Listings/Get Upcoming or Past Posts’ plugins to display the most recent 2 events on the home page but these plugins don’t allow for the posts to be archived on a larger scale.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WP3.0 post_status = future???’ is closed to new replies.