[wp-trac] [WordPress Trac] #9819: Allow order_by=none in query_posts
WordPress Trac
wp-trac at lists.automattic.com
Thu May 14 10:08:49 GMT 2009
#9819: Allow order_by=none in query_posts
-------------------------+--------------------------------------------------
Reporter: joostdevalk | Owner: ryan
Type: enhancement | Status: new
Priority: normal | Milestone: 2.8
Component: Query | Version:
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
Would like to add an extra orderby value to query_posts, that could return
posts based on the order they are in in it's include statement.
So when you do query_posts("include=3,2,5,4,1&orderby=none")
They are return in the order 3,2,5,4,1
--
Ticket URL: <http://core.trac.wordpress.org/ticket/9819>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list