I'm trying to get Drupal 6 to reverse the order in which the nodes appear in the frontpage. I'm pretty much using "Story"s as a blog engine and so far it has done it's job pretty well. I'm a bit annoyed though at the fact that nodes are listed in reverse chronological order. I mean, granted, if you want to display multiple node previews in a single page this is the way to go. In my case, I want to display a single full post on the main page and have it be the "last" item on the list (and have the pager act accordingly). I think that works a bit more intuitively since the "first" link should actually point to the first blog post.
So far I've managed to edit "node.module" to show the items in chronological order, the pager is behaving this way as well. What I cant seem to figure out is how to make the default page the "last" one.
Any pointers or ideas very welcome.