Simple Post Expiration
A simple plugin that allows you to set an expiration date on posts. Once a post is expired, "Expired" will be prefixed to the post title.
The facts
- Rating
- 4.6★ from 7
- Active installs
- 400+
- Price
- Free
- Last updated
- 10 Oct 2016
- Added
- Aug 2014
- Requires WP
- 3.6
- Tested up to
- WP 4.7.35
- Downloads
- 16,964
Our analysis
AI-assistedSimple Post Expiration is a WordPress plugin that allows you to set an expiration date on posts. Once a post reaches its expiration date, the title will display 'Expired' as a prefix. You can also use a shortcode to show the expiration status of a post with customizable text and formatting options.
This plugin is suitable for users who want to manage content visibility based on time, such as blogs that feature time-sensitive information or promotions. It provides a straightforward way to indicate when content is no longer relevant.
Best for: This plugin suits bloggers and website owners managing time-sensitive content.
What it does well
- ✓Allows setting expiration dates on posts
- ✓Prefixes expired posts with 'Expired' in the title
- ✓Includes a shortcode for displaying expiration status
- ✓Customizable text and formatting options for expiration messages
Where it falls short
- •Last updated in October 2016
- •Tested up to WordPress 4.7.35
- •Limited information on additional features or support
Verdict
Simple Post Expiration provides a basic solution for managing post expiration. However, its age and limited updates may be a concern for some users.
From the developer
Syed Balkhi's own description of Simple Post Expiration, lightly tidied.
A simple plugin that allows you to set an expiration date on posts. Once a post is expired, “Expired” will be prefixed to the post title.
You can show the expiration status of a post using the [expires] short code.
The [expires] short code accepts 5 optional parameters:
-
expires_on – The text to be shown when a post has not yet expired. Default:
This item expires on: %s -
expired – The text to be shown when a post is expired. Default:
This item expired on: %s -
date_format – The format the expiration date should be displayed in
-
class – The class or classes given to the DIV element
-
id – The ID given to the DIV element
The %s will be replaced with the expiration date.
Have you found a bug or have a suggestion or improvement you’d like to submit? This plugin is available on Github and pull requests are welcome!