WP Manifestindependent plugin directory
manifest / content / post-duplicator-polylang

Post Duplicator Polylang

Removes Polylang 'post_translation' relationships from original post after duplication.

by mindtwo GmbH · github.com/mindtwo/post-duplicator-polylang · website

1stars
5.7kcomposer installs
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/mindtwo/post-duplicator-polylang/archive/refs/heads/master.zip

Also on Packagist as mindtwo/post-duplicator-polylang:

composer require mindtwo/post-duplicator-polylang

From the readme

Post Duplicator Polylang Addon [![Latest Version on Packagist][ico-version]](link-packagist) [![Software License][ico-license]](LICENSE.md) [![Total Downloads][ico-downloads]](link-downloads) There is a problem when using the post duplicator plugin in combination with the polylang multilingual package. On duplications the related posts are getting copied aswell. Example: You copy post #1 which is translated in another language post #2. The duplicated post #3 is now linked to the same post #2 translation entry. This addon clears this link after duplication. This leads to post #3 having no translations which is the prefferd behaviour. Install Via Composer Via WordPress Plugin Manager Search Post Duplicator Polylang in the official WordPress Plugin and install it. Usage You have to only install and activate this plugin. Change log Please see CHANGELOG for more information on what has changed recently. Contributing Please see CONTRIBUTING and CODEOFCONDUCT for details. Security If you discover any security related issues, please email :authoremail instead of using the issue tracker. Credits - [mindtwo GmbH][link-author] - [All Contributors][link-contributors] License

Read the full README on GitHub →