I have a conflict. I'm trying to use Event Calendar 3 and display the next future event on my website.
Right now I'm using query_posts('showposts=1&cat=3&post_status=future&order=ASC'); to display the next event in the event category. The problem with this however is that Event Calendar 3 won't display unpublished events.
I decided to install The Future is Now to solve my problem but `query_posts('showposts=1&cat=3&post_status=future&order=ASC');' no longer works because there are no more future posts.
How can I publish a post AND display the next upcoming event?