Title: Content Scheduler
Author: Paul Kaiser
Published: <strong>2010年12月9日</strong>
Last modified: 2014年12月26日

---

プラグインを検索

![](https://ps.w.org/content-scheduler/assets/banner-772x250.jpg?rev=583316)

このプラグインは **WordPress の最新3回のメジャーリリースに対してテストされていま
せん**。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress
で使用した場合は互換性の問題が発生する可能性があります。

![](https://s.w.org/plugins/geopattern-icon/content-scheduler_e7ddf8.svg)

# Content Scheduler

 作者: [Paul Kaiser](https://profiles.wordpress.org/freakingid/)

[ダウンロード](https://downloads.wordpress.org/plugin/content-scheduler.2.0.5.zip)

 * [詳細](https://ja.wordpress.org/plugins/content-scheduler/#description)
 * [レビュー](https://ja.wordpress.org/plugins/content-scheduler/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/content-scheduler/#installation)
 * [開発](https://ja.wordpress.org/plugins/content-scheduler/#developers)

 [サポート](https://wordpress.org/support/plugin/content-scheduler/)

## 説明

Content Scheduler lets you control when content automatically expires, what to do
with that content when it expires, and optionally provide notification to site contributors
when the content expired.

#### Expiration Options

You control what happens upon expiration, including:

 * Change status to Pending, Draft, or Private
 * Add custom text to beginning or end of Post title
 * Unstick sticky Posts
 * Change Categories
 * Add and remove Tags
 * Move to the Trash

#### Notification Options

Content Scheduler can also notify you:

 * When expiration occurs

This reminder helps you keep content fresh, providing a reminder that content is
out of date and needs updated or replaced. Content Scheduler lets you use notification
tools without making any changes to content upon expiration, if you’d like.

## スクリーンショット

 * [[
 * The Content Scheduler options screen, where you determine what happens when the
   expiration date is reached.
 * [[
 * Content Scheduler can optionally display the expiraton date and status in a column
   where your Posts and Pages are listed.
 * [[
 * Scheduling content expiration uses a small, unobtrusive box on your Post and 
   Pages edit screens.

## インストール

Extract the zip file and just drop the contents in the wp-content/plugins/ directory
of your WordPress installation and then activate the Plugin from Plugins page.

## FAQ

  Does Content Scheduler work with Network / Multisite installations?

Yes. As of Version 2.0.0, Content Scheduler should _actually_ work on WordPress 
Network Sites.

  My content doesn’t seem to be expiring. What should I do?

 1. Check the plugin setting’s “expiration period” and make sure you have waited at
    least that long before checking your content for expiration.
 2. Make sure you have actually visited a page on your website after the post’s expected
    expiration date. WordPress only fires off scheduled tasks when people actually 
    visit the site.
 3. Try simply deactivating the plugin and reactivating it, then testing again.
 4. Other plugins that schedule events might handle scheduling incorrectly, thereby
    removing Content Scheduler’s expiration period. Again, deactivating and reactivating
    Content Scheduler should re-instate the scheduling.

## 評価

![](https://secure.gravatar.com/avatar/289f40b523c2dd4643fc010999db20321d96f503190ee8f2991dc443ab3e2088?
s=60&d=retro&r=g)

### 󠀁[Unreliable](https://wordpress.org/support/topic/unreliable-12/)󠁿

 [milprod](https://profiles.wordpress.org/milprod/) 2016年9月3日

Sometimes it works, more times it doesn’t. Unpredictable.

![](https://secure.gravatar.com/avatar/b5bc2f43035bface06398cdf41ff70b55293142c0fbbbe3fd63a583cd7573a22?
s=60&d=retro&r=g)

### 󠀁[Wish it worked!](https://wordpress.org/support/topic/wish-it-worked-3/)󠁿

 [brit77](https://profiles.wordpress.org/brit77/) 2016年9月3日

This sadly appears not to be working. I set it to expire sticky status and to remove
a tag, but neither of these things seem to be happening.

 [ 8件のレビューをすべて表示 ](https://wordpress.org/support/plugin/content-scheduler/reviews/)

## 貢献者と開発者

Content Scheduler はオープンソースソフトウェアです。以下の人々がこのプラグインに
貢献しています。

貢献者

 *   [ Paul Kaiser ](https://profiles.wordpress.org/freakingid/)

[“Content Scheduler” をあなたの言語に翻訳しましょう。](https://translate.wordpress.org/projects/wp-plugins/content-scheduler)

### 開発に興味がありますか ?

[コードを閲覧](https://plugins.trac.wordpress.org/browser/content-scheduler/)する
か、[SVN リポジトリ](https://plugins.svn.wordpress.org/content-scheduler/)をチェック
するか、[開発ログ](https://plugins.trac.wordpress.org/log/content-scheduler/)を 
[RSS](https://plugins.trac.wordpress.org/log/content-scheduler/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## 変更履歴

#### 2.0.5

 * FIX: Keep DatePicker call out of head if DatePicker disabled; Fixes JS error;

#### 2.0.4

 * FIX: Added some error checking in DateTime class
 * UPDATE: Added back the option to show / hide pop-up DatePicker

#### 2.0.3

 * FIX: Change array_replace for PHP 5.2.x compatibility, oops!

#### 2.0.2

 * FIX: Change DateTime::add to DateTime::modify for PHP 5.2.x compatibility.

#### 2.0.1

 * FIX: Allow changing expiration frequency setting to actually work, instead of
   default 60 minutes.
 * NEW: Setting to add text to beginning or end of title upon expiration.

#### 2.0.0

 * FIX: Date and Time are now stored as unix timestamps, allowing for proper use
   of Date / Time formatting, as well as more reliable wp-cron scheduling.
 * FIX: Notifictions should now be triggered only once — as an item expires — and
   not continue to bug you.
 * FIX: Multisite works properly, allowing each blog to have its own Content Scheduler
   settings.
 * CHANGE: Datepicker changed to jQuery UI Datepicker with Timepicker add-on.
 * CHANGE: Options are retrieved and stored more efficiently.

#### 1.0.0

 * FIX: addition and removal of post tags
 * CHANGE: removed option for setting absolute list of tags
 * FIX: multiple unwanted notifications
 * CHANGE: removed option for sending notifications prior to notification (only 
   happens upon expiration event now)

#### 0.9.9

 * Changed (de)activation functions to use the $network_wide flag to detect network(
   de)activation of plugin.

#### 0.9.8

 * FIX: for WordPress 3.3, properly checking for user level allowed to see Content
   Scheduler fields, values, and shortcodes.
 * FIX: tag manipulation. NOTE: Tags must be comma-seperated.
 * NEW: DEFAULT date and time handling (Set expiration to ‘default’ and then default
   hours / days / weeks will be added to Publish time to get your expiration time.
   NEEDS documented!)

#### 0.9.7

 * Users can set how often Content Scheduler checks content for expiration. (Helps
   not overload server if a lot of Posts exist.)
 * Notification to Authors now works properly.
 * Enhanced tagging ability to add OR remove multiple tags upon expiration. (e.g.,
   +thistag -othertag)
 * Added template tag to be used in the loop for showing a Post’s expiration date.
 * Users can set a default amount of time to add to content for expiration. (e.g.,
   all content could expire 5 days after published date.)
 * Fixed use of deprecated “user_level” for minimum user level that can see Content
   Scheduler controls.
 * Fixed bug in shortcode that displays a post’s expiration date.
 * Brushed up WordPress Multisite / Network support.
 * Added new debug info to Settings screen (if user has WP_DEBUG = true in wp-config.
   php)
 * Changed name of Content Scheduler variables from cs-enable-schedule to _cs-enable-
   schedule and cs-expire-date to _cs-expire-date (underscore hides fields from 
   standard Custom Fields dialog on Edit screens.)

#### 0.9.6

 * Implemented a fix for users with PHP version earlier than 5.3.

#### 0.9.5

 * Added i18n support
 * Changed plugin option values that were english strings into numerical values

#### 0.9.4

 * Ensured WordPress-configured timezone is honored upon plugin activation so expiration
   periods are not inadvertently delayed.

#### 0.9.3

 * Added ability to select minimum user level that can see Content Scheduler fields
   and shortcodes.

#### 0.9.2

 * Added support for Custom Post Types.
 * Added ability to add Tag(s) to expired items.
 * Added shortcode to display exipiration time in content.

#### 0.9.1

 * Added the “Expiration period” option on the settings screen. This allows users
   to tell WordPress how often Content Scheduler expiration times should be checked.

#### 0.9

 * First public release.

## メタ

 *  バージョン **2.0.5**
 *  最終更新日 **11年前**
 *  有効インストール数 **200+**
 *  WordPress バージョン ** 2.9またはそれ以降 **
 *  検証済み最新バージョン: **4.1.0**
 *  言語
 * [English (US)](https://wordpress.org/plugins/content-scheduler/)
 * タグ
 * [expire](https://ja.wordpress.org/plugins/tags/expire/)[expire posts](https://ja.wordpress.org/plugins/tags/expire-posts/)
   [expiring](https://ja.wordpress.org/plugins/tags/expiring/)[scheduling](https://ja.wordpress.org/plugins/tags/scheduling/)
   [sticky](https://ja.wordpress.org/plugins/tags/sticky/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/content-scheduler/advanced/)

## 評価

 5つ星中2.4つ星

 *  [  2 5-星レビュー     ](https://wordpress.org/support/plugin/content-scheduler/reviews/?filter=5)
 *  [  0 4-星レビュー     ](https://wordpress.org/support/plugin/content-scheduler/reviews/?filter=4)
 *  [  1 3-星レビュー     ](https://wordpress.org/support/plugin/content-scheduler/reviews/?filter=3)
 *  [  1 2-星レビュー     ](https://wordpress.org/support/plugin/content-scheduler/reviews/?filter=2)
 *  [  4 1-星レビュー     ](https://wordpress.org/support/plugin/content-scheduler/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/content-scheduler/reviews/#new-post)

[すべてのレビューを見る](https://wordpress.org/support/plugin/content-scheduler/reviews/)

## 貢献者

 *   [ Paul Kaiser ](https://profiles.wordpress.org/freakingid/)

## サポート

意見や質問がありますか ?

 [サポートフォーラムを表示](https://wordpress.org/support/plugin/content-scheduler/)