Archive display

since i’m kind of stuck with the nextgen gallery, i still need to know a certain php code for making it do the archive i’m looking for.

what is the wordpress php loop syntax to do:

June 23 2010
post 1
post 2
post 3

June 27 2010
post 4
post 5
post 6

in the example of above posts 1 2 and 3 were all written on june 23.

does anyone know of a gallery plugin that lets you go in and add a piece of code like this date function above? i think i have to build my own image system now.

an update: i realize the best way to do this is is to insert galleries into blog posts. that way i can have all the images sorted by date uploaded. just finding the best gallery plugin for this now hehe

will give this a shot thank you!

Use the_date within the loop to display the date

It automatically only displays each date once on a page

http://codex.wordpress.org/Function_Reference/the_date