Title: Tidy Content Planner
Author: tidyplugins
Published: <strong>2026年7月27日</strong>
Last modified: 2026年8月6日

---

プラグインを検索

![](https://ps.w.org/tidy-content-planner/assets/banner-772x250.png?rev=3624044)

![](https://ps.w.org/tidy-content-planner/assets/icon.svg?rev=3624044)

# Tidy Content Planner

 作者: [tidyplugins](https://profiles.wordpress.org/pierreferrolliet/)

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

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

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

## 説明

**Tidy Content Planner** turns your WordPress admin into a visual content planning
cockpit. See all your posts at a glance, drag and drop them to reschedule, and never
miss a publishing slot again.

#### Free Features

 * **Monthly calendar view** — See all your posts on a clean, visual calendar
 * **Drag & drop** — Move posts between days to reschedule instantly
 * **Backlog sidebar** — Keep unscheduled drafts and ideas in a dedicated panel,
   then drag them onto the calendar
 * **Quick filters** — Filter by category, author, status or keyword
 * **Quick edit** — Edit title, date, status, category and author without leaving
   the calendar
 * **Quick create** — Click any day to create a new post with pre-filled date
 * **Color-coded cards** — Posts are colored by status (draft, pending, scheduled,
   published) or by category
 * **Visual legend** — Always know what each color means

#### Pro Features

 * Weekly and agenda views
 * Kanban board (by status)
 * Multi-author management
 * Custom statuses
 * Editorial checklists
 * Category distribution analysis
 * Publishing rhythm insights
 * Internal notes on posts
 * CSV and iCal export
 * SEO plugin integration

#### More from Tidy Plugins

If you like this plugin, take a look at the rest of the Tidy suite:

 * [Tidy Table of Contents](https://wordpress.org/plugins/tidy-table-of-contents/)—
   automatic, accessible table of contents
 * [Tidy Draft Share](https://wordpress.org/plugins/tidy-draft-share/) — share drafts
   via secure, expiring preview links
 * [Tidy Author Box](https://wordpress.org/plugins/tidy-author-box/) — author bio
   box with avatar and social links
 * [Tidy Broken Link Scan](https://wordpress.org/plugins/tidy-broken-link-scan/)—
   find broken links and images, no external service

### Development

The calendar interface is built with the WordPress Scripts toolchain. The uncompiled
JavaScript source lives in the `src/` directory, shipped with the plugin, and is
compiled into `build/`.

To rebuild the assets from source:

    ```
    npm install
    npm run build
    ```

## スクリーンショット

[⌊Monthly calendar with the backlog beside it — drag a draft onto a day to schedule
it⌉⌊Monthly calendar with the backlog beside it — drag a draft onto a day to schedule
it⌉[

Monthly calendar with the backlog beside it — drag a draft onto a day to schedule
it

[⌊Settings — post types, week start, default status, card content and status colours⌉⌊
Settings — post types, week start, default status, card content and status colours⌉[

Settings — post types, week start, default status, card content and status colours

## インストール

 1. Upload the `tidy-content-planner` folder to `/wp-content/plugins/`
 2. Activate the plugin through the ‘Plugins’ menu
 3. Go to **Calendar** in the admin sidebar
 4. Start planning your content!

## FAQ

### What post types are supported?

By default, the calendar shows standard posts. You can enable pages and custom post
types in Settings.

### Can multiple authors use the calendar?

Yes! All users with the “edit_posts” capability can access the calendar.

### Does drag & drop change the publication date?

Yes. When you drag a post to a different day, its publication date is updated immediately.

### What is the backlog on the right?

Every draft without a publication date. Drag one onto a day to schedule it, and 
it leaves the backlog. It is the fastest way to turn a pile of ideas into an actual
plan.

### Can I stop other people from moving my posts around?

The calendar respects WordPress capabilities: someone can only move a post they 
are allowed to edit. Contributors see the calendar but cannot reschedule other people’s
work.

### Does it change anything on my site’s front end?

No. This is an editorial tool: it only touches the admin. Nothing is enqueued on
the public side and no markup is added to your pages.

### Can I filter the calendar?

Yes, by category, author and status, and there is a search box. Useful once several
people publish on the same site.

### Can I colour posts by category instead of status?

Yes. In Settings, switch the colour mode to “By category”. You can also choose what
each card shows — author, category, thumbnail — and set your own status colours.

### Does it work with custom post types?

Yes. Enable them in Settings and they appear on the calendar alongside posts.

### Will scheduling a post from the calendar actually publish it?

Yes, through the normal WordPress scheduling mechanism. A post dropped on a future
date is scheduled, and WP-Cron publishes it at the configured time.

## 評価

このプラグインにはレビューがありません。

## 貢献者と開発者

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

貢献者

 *   [ tidyplugins ](https://profiles.wordpress.org/pierreferrolliet/)

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

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

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

## 変更履歴

#### 1.0.9

 * The admin menu and settings page still said “Editorial Calendar” after the plugin
   was renamed; both now say “Content Planner”.

#### 1.0.8

 * The review prompt now waits for real usage: it only appears on the plugin screens,
   once at least five posts have been rescheduled from the calendar, and it states
   how many.

#### 1.0.7

 * Removed the bundled translation files (.po/.mo) from the package; translations
   are delivered automatically through translate.wordpress.org.

#### 1.0.6

 * Unified all PHP, option, hook and JavaScript global names under a single `tidy_content_planner`
   prefix to prevent conflicts with other plugins.

#### 1.0.5

 * Hardening: REST endpoints now restrict listings and stats to posts the current
   user can edit, and enforce the proper capabilities before assigning privileged
   statuses (publish, scheduled, private) or reassigning authors.
 * The uncompiled JavaScript source (`src/`) and `package.json` are now included
   in the plugin, with build instructions in the readme.

#### 1.0.4

 * Removed an unused `isPremium` flag from the calendar config (no functional change).

#### 1.0.3

 * WordPress.org coding-standards hardening: translators comment for an i18n placeholder(
   Plugin Check compliance).

#### 1.0.2

 * Removed the `load_plugin_textdomain()` call; translations are now loaded automatically
   by WordPress.org since WP 4.6.

#### 1.0.1

 * Free release: removed all licensing UI; Pro features now ship as a separate companion
   plugin.
 * Added action hooks `tidy_content_planner_settings_top` and `tidy_content_planner_settings_after_form`
   for extensibility.

#### 1.0.0

 * Initial release

## メタ

 *  バージョン **1.0.9**
 *  最終更新日 **1週間前**
 *  有効インストール数 **10未満**
 *  WordPress バージョン ** 6.0またはそれ以降 **
 *  検証済み最新バージョン: **7.0.4**
 *  PHP バージョン ** 8.2またはそれ以降 **
 *  言語
 * [English (US)](https://wordpress.org/plugins/tidy-content-planner/)
 * タグ
 * [Content calendar](https://ja.wordpress.org/plugins/tags/content-calendar/)[content planner](https://ja.wordpress.org/plugins/tags/content-planner/)
   [drag-and-drop](https://ja.wordpress.org/plugins/tags/drag-and-drop/)[editorial calendar](https://ja.wordpress.org/plugins/tags/editorial-calendar/)
   [editorial workflow](https://ja.wordpress.org/plugins/tags/editorial-workflow/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/tidy-content-planner/advanced/)

## 評価

レビューはまだ送信されていません。

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

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

## 貢献者

 *   [ tidyplugins ](https://profiles.wordpress.org/pierreferrolliet/)

## サポート

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

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