這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Expire posts

外掛說明

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)

螢幕擷圖

  • Plugin settings interface

安裝方式

This section describes how to install the plugin and get it working.

  1. Upload expire-post.php to the /wp-content/plugins/expire-posts/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

常見問題集

No questions yet.

使用者評論

2016 年 9 月 3 日 3 則留言
This plugin started deleting all my posts (not even CPTs) as soon as it was set up. Despite looking disabled in settings. Configuration changes did not save, showing initial settings (like expiry=off) on every reload. Disabling the plugin didn't stop the deletion, only removing it completely. By the time I realized what was happening and deleted the plugin, I was left with over 4,000 deleted posts. At least they went to trash. But restoring them from trash takes ages, and then they're all drafts. Hours of work ruined. Very frustrating.
閱讀全部 2 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈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