View Single Post
11-26-2010, 04:45 AM
#2
Jordan is offline Jordan
Jordan's Avatar
Status: #pugs {display: block;}
Join date: Jan 2007
Location: Chicago
Expertise: CSS, HTML, PHP
Software: Sublime Text 2
 
Posts: 1,187
iTrader: 7 / 100%
 

Jordan is on a distinguished road

  Old

You can just query for future_posts, since you'll be adding them in advance as they're "upcoming."

Like so:
Code:
query_posts('&post_status=publish,future&order=ASC')

Reply With Quote
Thanked by:
SenseiSteve (12-02-2010)