bobbingwide / oik-clone

Clone content between sites
https://www.oik-plugins.com/oik-plugins/oik-clone-clone-your-wordpress-content/
GNU General Public License v2.0
5 stars 0 forks source link

Cater for plugins which duplicate posts #67

Open bobbingwide opened 2 years ago

bobbingwide commented 2 years ago

There are plugins which can be used to clone content within the site. The most popular is now called Yoast Duplicate Posts, plugin slug: duplicate-posts. When you clone a post using this plugin, all of the post meta data is cloned. This includes oik-clone's metadata. When the post is published, then cloned, rather than creating a new post on the target sites the original cloned post is updated.

Actual result: Subsequent cloning of a duplicated post will update the original post. Expected result: The duplicated post should be cloned to a new post.

Requirement

Proposed solution

bobbingwide commented 2 years ago

This might do the job in the mean time.

image