OK, I understand that a bunch of solutions to have an entire blog ordered in reverse order (Oldest at top) but what I'm looking for is to keep it as is although on the front page to have the newest post at the bottom of the displayed posts on there.....
So INDEX.PHP displays
POST7
POST8
POST9
POST10 (newest post)
>>NEXT
I will try and do it with DIV's & CSS but ideally there would be a way to modify the loop to do this.
Thanks