I need to write a WordPress query to accomplish the following - I am working on a site which has 40-50 posts daily - I want to show the posts "grouped" by date.
e.g.
20 March 2012
post 1
post 2
post 3
19 March 2012
post 4
post 5
post 6
Should I use more than 1 query to accomplish this, is it possible to do this without having to write custom SQL query.
I want the posts grouped.
Yes it is possible:
More info on the query here: http://codex.wordpress.org/Class_Reference/WP_Query