I've got the design set down, but I'm having a hard time trying to implement an archive system that, like a lot of blogs, displays a list of months that link to news from that time.
I've searched far and wide for a tutorial on this, but the only one I find is unavailable (some silly page error). My idea is to compare a table containing each month of the year to the news table, and displaying a link with the month in the url as a GET variable.
The problem is incorporating years into that, and only displaying the month once, as opposed to displaying every month in the news table.
I don't suppose any of you could point me in the right direction, please? I don't need a script or anything, just some help with how I need to go about this.
Thanks in advance.