开发者 | technologywisdom |
---|---|
更新时间 | 2025年8月4日 14:34 |
WordPress版本: | 6.8 |
版权: | GPL-2.0+ |
版权网址: | 版权信息 |
/wp-content/plugins/
, or install it via the WordPress admin panel.Yes, the expiration feature is automatically added to all public post types, including custom ones.
Once the set expiration time has passed, the plugin will change the post's status to "draft" and show a 404 error page if someone tries to access it.
The post only changes to "draft" when it's visited. If the post isn't visited after its expiration, it will remain published until accessed. This avoids performance issues from background checks.
No, The expiration is handled in real time, ensuring expired posts are processed efficiently when accessed, without cron jobs.
Yes. It works independently of your theme or builder, since it only manages post status and 404 behavior.
No, Once the expiration time passes and the post is visited (to trigger expiration), it’s set to draft. It will show a 404 for all non-logged-in users. Admins can still access it in the dashboard.
You’ll find a full usage tutorial under Settings → Tutorial (TW LEM), including a Video Tutorial
Currently, expiration is set individually per post via the post editor. Bulk editing is not available yet.
Not yet. Future versions may offer customizable expiration actions like trashing, deleting, or redirecting.
Currently, there is no settings page. A future update may include options for default expiration times or behavior.