Create the next version of your post while preserving its already online version.
Sometimes happiness is about small things. What about being able to prepare a new version of your content while its original is still online?
Anticipating and preparing the next version of an article which is already online can quickly become a tedious and risky task. Indeed, most publishers will create a brand new post, fill it in, publish it once it’s ready and finally disable the original article.
pnv_duplicata_status_args
Filter that can be used to alter arguments sent to ‘register_post_status’.
Default arguments are:
label => Duplicate
public => false
exclude_from_search => true
show_in_admin_all_list => false
label_count =>
pnv_erase_content_destination
Filter that can be used to alter $destination array before ‘wp_insert_post’ get called when a copy, duplication or replacement is triggered
This filter sends 3 other parameters: the $source object (WP_Post instance) and the $copy boolean
pnv_filtered_metas
Filter that can be used to alter meta names that must not be treated while a post is copied, duplicated or replaced
The default metas is an array with these values:
pnv_erase_content
Action triggered at the end of a copy, duplication or replacement.
This action sends 4 parameters:
the $source object (WP_Post instance)
the $destination array (represents post data)
the $copy boolean
the destination’s post ID
pnv_action_url_redirect
Filter that can be used to alter redirect URL after a copy, duplication or replacement.
The default value is the admin edit page for the destination post (the one that has been saved)
This filter sends 1 other parameter: the destination post ID
pnv_{column_name}_column_value
Filter that can be used to alter the value displayed on the posts list, in the ‘{column_name}’ column.
This plugin comes with only one custom column for now, ‘duplicata’, so {column_name} will always be ‘duplicata’, and the default value will be the count of duplicates for the post.
This filter sends 1 other parameter: the post ID
The original version of this plugin has been developed by Lionel POINTET (https://github.com/lpointet) who keeps following the project carefully.
A big thank-you to Groupe Moniteur for which a great part of this development was intended and which accepted enthusiastically to do a completely open source plugin from it. Thank you to Uncategorized Creations people, for their regular advice and their perseverance in making WordPress a leading CMS.
GLOBALIS is a web IT consulting company based in Paris, and a pioneer of the PHP and LAMP platform. Since 1997, we have been designing, making and maintaining Internet, intranet or mobile software. We have been working with open source CMS since 2000 and have regularly been using WordPress since 2007.
You can install Prepare New Version using the built in WordPress plugin installer. Itâs easy, 2 seconds.
If you prefer download Prepare New Version manually :
New handy box in editing view - When creating/editing a post or a page, users get access to a new box to prepare a new version or create a copy of the document with only one click !
And when you're ready to update the current online article, it will just take you one more click. Easy as a pie!
Create a new post as usual. When youâre done, you can of course publish it (A) or directly create a new version (B), or even create a copy (C). If you directly create a new version or a copy, the post is saved as a draft.
After you prepared a new version, the âPending versionsâ block now looks like the picture below (D). To access the pending versions list, you first need to edit the original post, or one of its pending versions.
Once you clicked on a pending version of a post, you can edit it as a normal one. Inside the âPublishâ block, hit the save button (E) to save the pending version youâre working on, or the preview button (F). To delete the pending version, click on the link âMove to trashâ (H). If you want to replace the current version of the original post with the pending version click on the button âUpdate originalâ (G). You can also directly move to another pending version by clicking the link (I), create another new version (J) or create a complete new post (K) based on the current pending version.
Preparing a new version - A copy of the article is created. "[New version]" is automatically prepended to its title and a link to the original article is available at the top of the editing form. The created post is completely independent of the original. It is in a Draft status and "[Copy]" is automatically prepended to its title.
In the Posts list, a new column âPending versionâ appears in last position.
Yes ! đ
Yes ! đ
As of now, Prepare New Version is available in English and in French. If you wish to, you can translate the interface in your own language in the [standard WordPress way] https://codex.wordpress.org/Translating_WordPress
No, they won’t appear on front since they are meant to be ‘draft’ versions of contents.
Only copies will appear since they are real copies and create a real post.
Yes. The plugin manages all built-in and custom post types.
GLOBALIS is a web IT consulting company based in Paris, and a pioneer of the PHP and LAMP platform. Since 1997, we have been designing, making and maintaining Internet, intranet or mobile software. We have been working with open source CMS since 2000 and have regularly been using WordPress since 2007.
Prepare New Version makes your life easier by letting you focus on your primary activity: Writing. You donât need to handle permalinks, content replacement, or things that would usually be tedious and maybe not without risk. With Prepare New Versions, all of these are being taken care of!
New versions are created from the post editing screen. It can be either an existing post or a pending version of one.
New posts which are copied from existing posts are automatically created with a Draft status. They are independent of the original post and can be published whenever you like.
When you activate the Prepare New Versions plugin, a new column âPending versionsâ appears in last position, in the Posts list. You can then access these versions by editing the original post and scrolling to the âPending versionsâ box.
When you click the âUpdate originalâ button, the permalink is not going to be altered, and will remain the same. This means it wonât change anything for your blog visitors, except for the updated content.
When you update an original post, previous pending versions are not deleted and will remain available. However, you have 2 ways to remove them:
* go to the pending version editing screen and click âMove to trashâ in the âPublishâ box:
* go the the Posts list and click the âPending versionsâ link.You will now access a list of all pending versions and will be able to remove one or several at a time.
initial public version released