=== Simple Content Expiry === Contributors: randomgift Tags: post expiry, expiry date, content expiry, page expiry, shortcodes Requires at least: 2.8 Tested up to: 3.2 Stable tag: 4.3 A simple plugin to add an expiry date to post / page content, using shortcodes. == Description == Some plugins allow you to add an expiry date to entire posts, but this plugin allows more freedom. This plugin is extremely simple to use; once it is activated you can surround your content with the following shortcode, replacing YYYYMMDD with the date you want the content to expire. [expire date="yyyymmdd"][/expire] Example of usage: [expire date="20120101"]This content will disapear on 01/01/2012![/expire]
== Further Notes == This plugin is not currently supported but I will try my best to respond to any questions: enquiries@sneakymedia.co.uk. A big thanyou to David Artiss who inspired this plugin - check out his work: http://www.artiss.co.uk/ == Installation == This section describes how to install the plugin and get it working. e.g. 1. Upload `simple-content-expiry.php` to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Use the shortcodes as described above. == Frequently Asked Questions == = Is there support available? = This plugin is not currently supported but I will try my best to respond to any questions: enquiries@sneakymedia.co.uk. = How do I set an expiry date? = This plugin is extremely simple to use; once it is activated you can surround your content with the following shortcode, replacing YYYYMMDD with the date you want the content to expire. [expire date="yyyymmdd"][/expire] Example of usage: [expire date="20120101"]This content will disapear on 01/01/2012![/expire = Can I set an expiry time? = Expiry time is not currently supported, but I will add it when I find the time! == Screenshots == == Changelog == = 1.0 = * This is the first version. = 1.12 = * Second version includes admin menu featuring usage instructions