https://github.com/biohzrdmx/wp-cloner
Clone posts, pages and custom post types easily
https://github.com/biohzrdmx/wp-cloner
clone cpt custom-post-type plugin wordpress
Last synced: 2 months ago
JSON representation
Clone posts, pages and custom post types easily
- Host: GitHub
- URL: https://github.com/biohzrdmx/wp-cloner
- Owner: biohzrdmx
- License: mit
- Created: 2020-09-22T22:15:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-22T22:27:56.000Z (almost 6 years ago)
- Last Synced: 2025-03-23T09:35:24.069Z (over 1 year ago)
- Topics: clone, cpt, custom-post-type, plugin, wordpress
- Language: PHP
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wp-cloner
Clone posts, pages and custom post types easily
## Overview
This plugin allows you to clone posts, pages and even items from custom posts types with a single click and it will copy all the content and metadata from the original element.
## Requirements
- WordPress 5.x
- PHP 5.6+
## Installation
Clone/download the repo and install the plugin by unziping the contents of the zip into the `wp-content/plugins` folder of your WP installation, rename the resulting folder to `wp-cloner` and activate it through the WordPress admin dashboard.
Once installed you will see a 'Cloner' entry on the left-side menu, click it and you will see the options page. There you will be able to specify on which content the Clone command will be available.
Then just head up to 'Posts', 'Pages' or your custom post type listing and hover the element you want to clone, then click the Clone action and wait until you're redirected to edit the contents of the duplicate.
Profit!
## Licensing
MIT licensed
Author: biohzrdmx [](https://github.com/biohzrdmx)