Hi,
I know there is a way to show schecduled post using
query_posts('post_status=publish);
But lets say I want one loop to display both publihed and scheduled posts, is there a way to join together two values of the post_status parameter into one query post loop?
Thanks