I'm building an MT weblog based on a mailing list. Each of the mailing list participants posts in a single topic. I'm using categories for the topics: displaying each of the threads as a category archive page.
I want the front page of the site to display all entries (or, the last 50, for example), for whichever category has been most recently filled in.
Hopefully I can rig up something with basic MT tags. I suspect that some kind soul will suggest that I try PHP - sadly, that's not an option here. I'm on a server with heavy security, and I don't have FTP access to install plug-ins.
Maybe I'll just have to manually change the front page to sort by a specific category each time I update the site.
Thanks!