After trying a lot i finally did this but its a mess with assigning variables in the loop and also when i upload the theme to the server all the styling gets screwed up, i know that you can show the date and after that the posts within that date like in the classic theme but i want to achieve something more complex.
The structure that i want to output within the loop its this:
<div id="dategroup">
<div id="date">06-14-2007</div>
<div id="post">First post content...</div>
<div id="post">Secont post content...</div>
</div>
<div id="dategroup">
<div id="date">06-13-2007</div>
<div id="post">Third post content...</div>
<div id="post">Fourth post content...</div>
</div>
So i was wondering if theres a bullet proof solution for this, any help will be very apreciated, this its driving me nuts.
:>