Περιγραφή
NO LONGER IN ACTIVE DEVELOPMENT OR SUPPORT. This plugin serves only as proof of concept that worked at some point and is a good starter for many other solutions.
How to:
After installation go to Expire posts section in your Dashboard. It’s expected
that you already have created your custom post type or not (if you’ll be using
posts or pages for expiration).
Choose:
– desired post type
– expiration checking frequency (plugin utilizes wp-cron)
– and expiration time (for ex. 2 weeks, 5 days, 1 month, 2 years – must be
provided in English)
– enable post expiration and save options, you’re good to go!
Use case:
If you’re running some WordPress based service (with job offers or anything
else) or just want to add some post type with expiration date to your blog
(let’s say contests or polls). After proper setup expire-posts lets you
expire them automatically!
Goals:
- ✓ define post-type
- ✓ define time
- ✓ expire post (move to trash or draft state) under given circumstances.
- ✓ wp-admin interface
- ✓ make it compliant with WordPress plugins directory guidelines
- define action (this is to be written later since WordPress has really poor support of custom post statuses)
Στιγμιότυπα
Εγκατάσταση
This section describes how to install the plugin and get it working.
- Upload
expire-post.php
to the/wp-content/plugins/expire-posts/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
Συχνές Ερωτήσεις
No questions yet.
Κριτικές
Συνεισφέροντες & Προγραμματιστές
“Expire posts” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΜεταφράστε το “Expire posts” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
1.0.4
- Ceased development and support.
1.0.3
- Possible fix for installation error, due to previous plugin upload glitch.
1.0.2
- readme.txt improvements
1.0.1
- preparations for
1.0
- improved time calculations
- added admin settings page
- settings kept in database instead of code
0.1-alpha
- expires posts
- no other interface than code