이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Drafts of Post Revisions

설명

Create drafts of WordPress posts/pages/CPTs even after they’ve been published. And when you’re ready, merge the changes back into the original published post.

Features

  • Create multiple drafts of already published posts
  • Merge the changes back into the published post when you’re ready
  • Uses the published posts’s original post type, so metas, taxonomies, etc all are available in admin screens and can even be modified in the draft and merged back into the original post
  • Perform a post diff similar to WP’s default revision.php?action=diff with added ability to compare changes in post meta and taxonomies
  • See a notice when the original post has been updated ahead of a draft
  • Preview drafts in the post/page/CPT’s natural template
  • Since drafts all carry the same custom post status, they are organized in the admin’s edit.php with their own status filter (see screenshot-4)

This plugin requires javascript.

How Does it Work?

Go to a post’s edit screen and click on the “Save a Draft” button in the Drafts of Revisions postbox (make sure you’ve enabled the post type first). The post’s core data, taxonomies, and meta data are all copied into a new post – the draft – as a child of the original post. The draft has a custom post status; it will never show up in any queries for posts. You can create as many drafts as you like.

You can edit a draft’s post content, taxonomies, and meta data as you like and save progress with the native WP “Save Draft” button. You can also preview the draft and compare changes against the parent at any time (even comparing changes in taxonomies and meta data).

When you’re ready to update the parent post, click the Publish button from the draft’s edit page. All post data, taxonomies, and meta data are merged back into the parent post and the draft post is deleted.

스크린샷

  • Editing a draft
  • Viewing the original page
  • Comparing changes
  • Draft revisions organized in edit.php under their own custom post status

설치

See Installing Plugins.

  1. Download the zip from here or from Github and drop it into your site’s wp-content/plugins directory, or go to your site > Plugins > Add New > search for ‘Drafts of Post Revisions’
  2. Navigate to your site’s Admin > Plugins section (wp-admin/plugins.php) and activate the plugin
  3. Go to Settings > Drafts of Revisions to set up the permitted post types
  4. Go to any post edit screen and look for the Drafts of Revisions postbox in the upper right above the Publish postbox. Click on “Save a Draft” to create a new draft of a published post

후기

2016년 9월 3일
I was a bit worried when I saw that this plugin has not been updated in two years, but it works well with WP 4.4.2. User interface and workflow is really good. Code is well documented. Great plugin, Thanks
모든 7 평가 읽기

기여자 & 개발자

“Drafts of Post Revisions”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Drafts of Post Revisions”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

0.8.1

  • Fix diff page with new wp 3.8 html
  • Rename Mustache.php to Mustachio.php to avoid weird conflicts with other plugins using Mustache

0.8

  • updated to be compatible with WP 3.8

0.7.3

  • bugfix – make sure compare changes link works when WP is installed in a sub-dir
  • bugfix – call-time pass-by-reference removed in php 5.4
  • made one admin notice slightly less ambiguous

0.7.2

  • bugfix – make sure serialized post metas are unserialized/serialized properly

0.7.1

  • bugfix – make sure post_name is unique

0.7

  • initial release