If you want not only to schedule the publish date of a post or custom post type in WordPress, but also the expiration date, there are a few plugins that can help you out. These plugins will enable the setting of a time span for posts.
Post Expirator
The Post Expirator plugin allows the user to set expiration dates for both posts and pages. There is a configuration option page in the plugins area that will allow you to seperataly control whether or not posts/pages are either deleted or changed to draft status. Additionally you can also choose to have the post categories change at expiration time. If you choose to change the post category, the default action of changing the status will be ignored.
The plugin hooks into the wp cron processes and runs every minute by default, but can be configured to use any cron schedule (hourly, twicedaily, daily, etc).
The expiration date can be displayed within the actual post by using the [postexpirator] tag. The format attribute will override the plugin default display format. See theΒ PHP Date FunctionΒ for valid date/time format options.
Posts Auto Expire Control
The Post Auto Expire Control is a plugin for admin of multi-authors site/blog to control the posts expiration based on the user role and post type.
Plugin Features:
- Define post expiration rules based on user roles and post type.
- Define action that will be taken when the post has expired.
- Sent notification to post’s author before the post is about to expire.
- Configure the subject and content of the notification email.
- Define when the notification mail should be sent.
- Admin able to change the expiry date for a single post.
Download Posts Auto Expire Control
If you enjoyed this post, make sure to subscribe to WP Mayor’s RSS feed.
4 Responses
How can i expire the syndicated rss feeds?
You can also try that plugin I released some time ago.
It allows you to expire the WordPress tags on a specific date:
The thing is that you don’t delete posts when the time comes, it just desassociate it from a tag.
Also, any rating, feedback or review would be greatly appreaciated π
Do you know of any plugin / code whereby the urls of expired posts can automatically 301 redirect to a given page?
This looks good. Favorited!