# clone-page-tree **Repository Path**: cncf/clone-page-tree ## Basic Information - **Project Name**: clone-page-tree - **Description**: πŸ‘©β€πŸ‘©β€πŸ‘§β€πŸ‘§ πŸ“„πŸŒ²Wordpress plugin to duplicate a page and all of its subpages - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-25 - **Last Updated**: 2025-10-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Clone Page Tree WordPress plugin that adds a "Clone Page Tree" action to the page row actions. Cloning a page tree clones the page and all descendents creating a new copy of the full hierarchy. After clicking "Clone Page Tree" you will be redirected to edit the top-most page to allow you to give it a unique title. All cloned pages are left in draft mode. There are [many plugins out there](https://wordpress.org/plugins/search/duplicate/) which allow you to duplicate a post or page however this is the only one that allows you to duplicate a page and all its descendent pages in a single click. This plugin used the page duplication script [here](https://www.hostinger.com/tutorials/how-to-clone-wordpress-page-post) as a starting point but then adds recursion over page children to clone the full tree.