説明
このプラグインを使用すると、ユーザーは任意の種類の投稿を複製したり、新しい下書きにコピーしてさらに編集したりできます。
使い方:
-
「投稿の編集」 / 「ページの編集」で、投稿 / ページのタイトルの下にある「複製」リンクをクリックできます。これにより、すぐにコピーが作成され、リストに戻ります。
-
「投稿の編集」 / 「ページの編集」で、1つ以上の項目を選択し、「一括操作」プルダウンで「複製」を選択して、それらをすべて一度にコピーできます。
-
「投稿の編集」 / 「ページの編集」では、投稿 / ページのタイトルの下にある「新規下書き」リンクをクリックすることができます。
-
投稿編集画面で、「キャンセル」 / 「ゴミ箱に移動」の上、または管理バーで「新規下書きとして複製」をクリックできます。
-
ログイン済みユーザーとして投稿を表示している際、管理バーの「新規下書きとして複製」をクリックできます。
3、4、5で新しい下書きの編集ページが表示されます。お好きな変更を加えて「公開」をクリックすれば完了です。
テンプレートタグもあるので、それをテンプレートに入れて、フロントエンドから投稿 / ページの複製を作成できます。 リンクをクリックすると、管理バーのリンクと同じように、新しい下書きの編集ページに移動します。
Duplicate Post には、動作をカスタマイズしたり、特定の権限グループや投稿タイプに使用を制限したりするための便利な設定がたくさんあります。yoast.com や開発者向けドキュメントの豊富なドキュメントをご覧ください。
貢献
このプラグインを便利だと思い、貢献したい場合は、次の2つの方法があります:
インストール
WordPress の「新しいプラグインの追加」機能を使用して「Duplicate Post」を検索するか、アーカイブをダウンロード :
- このコンピューター上でアーカイブを解凍します
- Upload
duplicate-postディレクトリを/wp-content/plugins/ディレクトリにアップロードします - WordPress の「プラグイン」メニューからプラグインを有効化してください
- 設定 -> Duplicate Post に移動して、必要に応じて動作をカスタマイズします
FAQ
-
プラグインが動作しません、なぜですか?
-
まず、あなたのWordPressのバージョンをチェックしてください。プラグインは古いバージョンでは動作しません。プラグインの最新バージョンにアップグレードすることも忘れないでください!
その後、無効にして再度有効にしてください。これにより、問題が修正されたという報告があります。
設定の[権限]タブにも注意してください:目的の権限グループと投稿タイプに対してプラグインが有効になっていることを確認してください。
それでも機能しない場合は、他のプラグインと何らかの競合がある可能性があります。フォーラムに気軽に書き込んでいただければ、解決策を見つける努力をさせていただきます (他のすべてのプラグインを1つずつ無効にしてみるのは非常に役立ちます。しかしこれは、何をやっているのかをよくご存じの場合にのみ行ってください。発生するかもしれない問題については責任を負いかねます)。
-
プラグインが私の言語で翻訳されていません!
-
バージョン3.0以降、プラグインの翻訳は WordPress.org プラットフォームによって管理され、プラグインは言語ファイルなしで出荷されるため、まず、ダッシュボード -> 更新で翻訳を更新します。
Duplicate Post がまだ英語である場合、または翻訳されていない文字列がある場合は、 自分の言語への翻訳を手伝うことができます。必要なのは WordPress.org アカウントのみです。
評価
貢献者と開発者
変更履歴
4.6
Release date: 2026-03-09
Introduces smoother post duplication, more reliable rewrite workflows, and better compatibility across languages and configurations. Read more here!
Enhancements
- Improves the compatibility with the Block Editor.
- Improves the style of the Copy to a new draft and Rewrite & Republish actions in the Block Editor.
- Replaces the metabox with a sidebar panel in the Block Editor.
Bugfixes
- Fixes a bug where cloning an attachment did not copy its caption as expected. Props to @masteradhoc.
- Fixes a bug where cloning an attachment did not copy its description as expected.
- Fixes a bug where notices would not be appearing in the block editor, throwing console errors, with some locales.
- Fixes a bug where Rewrite & Republish copies could remain orphaned, blocking editors from creating a new Rewrite & Republish copy for the original post.
- Fixes a bug where the block editor button were not styled if the admin bar links where not present.
- Fixes a bug where translations where missing in the buttons and the notices in the Block Editor. Props to @petitphp.
Other
- Improves security of the Bulk Clone action and the republishing of a copy.
- Adds
duplicate_post_before_republishandduplicate_post_after_republishaction hooks fired before and after republishing. Props to @piscis. - Deprecates the
dp_duplicate_postanddp_duplicate_pagehooks and introduces a new unifiedduplicate_post_after_duplicatedaction hook that replaces them. The new hook includes the post type as a fourth parameter for flexible filtering. - Sets the minimum supported WordPress version to 6.8.
- 動作確認済みの WordPress のバージョンを6.9に設定。
- Drops compatibility with PHP < 7.4.
- Verified compatibility with PHP up to version 8.5.
- Fixes the Developer Guide link that was leading to a non-existent page. Props to @masteradhoc.
- Fixes the documentation link to use a shortlink. Props to @masteradhoc.
- Improves how the translations are loaded by relying on the WordPress mechanism for that. Props to @swissspidy.
- Improves discoverability of security policy in Packagist.
- Users requiring this package via [WP]Packagist can now use the
composer/installersv2.
4.5
Release date: 2022-06-28
Enhancements
gettextフィルターの無駄な呼び出しを避けることで、プラグインがサイトのパフォーマンスに与える影響を改善します。
Bugfixes
- 旧エディターのサブミットボックスのセクションが正しくないマージンで表示されるバグを修正。
Other
- 動作確認済みの WordPress のバージョンを6.0に設定。
Earlier versions
以前のバージョンの変更履歴は、the changelog on yoast.com を参照してください。






