Is there any way to have more post statuses other than just draft or published?
For example, if you write a lot of posts, you may wish to type up all the content, and set the status of these posts as "Content - Drafted"
Then you can re-style them, make text bold, add code highlighting etc, and set to "Styled - Drafted"
Then as a final review you could set status to "Reviewed"
Then finally, publish them
Is it possible in the current wordpress version 3 to achieve such scenarios?
functions.phpfile to do this? Are you comfortable manipulating code, or would you want someone else to put things together for you? – EAMann♦ Sep 24 '10 at 17:09ob_start()andob_get_clean()but that's hackish and fragile (though it does work!) – MikeSchinkel♦ Oct 21 '10 at 9:04