Text Domain: keepitfresh Keep it Fresh will stop WordPress from showing posts older than a set number of days or a specific date.
Keep it Fresh adds a date filter on the posts query each time WordPress requests posts to display (except when in the admin area).
The get_posts function will suppress the filters that Keep it Fresh uses to hide old posts by default. To avoid this behavior, pass an array to get_posts with the key suppress_filters set to false. For example: get_posts(array('suppress_filters'=>false)).
Great, I'm glad to hear feature requests. Just post a comment on the plugin's homepage.
Requires: 2.7 or higher
Compatible up to: 2.9.2
Last Updated: 2009-12-23
Downloads: 381
Got something to say? Need help?