I've got a really lame request from the stakeholders I'm building an intranet for. It seems that they don't like the speed and convenience of having a searchable blog to add and archive new press releases. They liked "the old way" where I manually maintained a list of links to individual, hand-coded press releases for them to browse. So what if it results in three extra clicks just to see some press releases. They want it.
The "problem" is, now that I'm using Wordpress, I need to somehow simulate that same effect by adding that functionality as a separate "view" of the posts table data.
So, they want to see something like this list of links across the top of the page:
2009 2008 2007 2006 2005
And then when you click one of those year links, you get a list of linked headlines to all the press releases belonging to that year in reverse chronological order:
- Press release 10
- Press release 9
- Press release 8
.
.
.
- Press release 1
I know, it's a completely ridiculous use of a perfectly good blog system, but it's what they want.
Where do I begin? A plugin? A custom template page? If the template page, how do I "call" it from the main nav's "Press Releases" link?
Confused in Chicago