you're probably right, I'm just so frustrated.
*deep breath*
I'm using WordPress as a CMS, and I have a special set up for posts under a certain category. They are called hot issues. Here is the link to the beta site:
http://208.255.200.20/ They are the three that are randomized on the bottom. The categories out on the side are the sub categories for "hot issues" and then there's a page that displays all "hot issues", then that category also has it's own template page. These are regular WordPress posts that I've separated from the blog part of the site by isolating this hot issues category. The problem is.. eventually, these issues will be old, not hot.
The client would like for them to automatically archive somehow. I think the best thing would be for them to automatically come out of the category, and move to a different one, maybe called "Archived Issues" which I could then set up a page or a link to that category page.
I found the Auto Delete plugin, and eventually the code to upgrade it to WP 2.3.3. But.. it is listing all terms, not just categories. Not such a big deal, I can scroll through the lists of hundreds of tags to find the "hot Issues" category. However... it will move all posts, no matter what category, I only need it to do this for the hot issues category. Plus.. it will leave them in the hot issues category.. at least I think it will. Not a big deal again, since I can set these pages to exclude any posts in the "archived issues" category whether they are also in the hot issues cat or not.
I also found mention of a "posts expire" plugin, but apparently the author has deleted the actual files, and i can't find them anywhere else.
They really don't want to have to manually change these categories all the time. They decided to use WordPress so that things would work dynamically.
Also, it would be great to be able to set this up to work with as many categories as I want, and also to have the option of after X amount of days, just remove a category from posts.
I needed this like.. last week, and I've scoured the internet for a solution, I'm at wit's end.