On This Page
Duplicate Post Type
Overview
Duplicate Post Type creates a fresh WordPress item cloned from an existing post, page, or CPT entry. Copy scope—title, slug strategy, author, dates, taxonomies, featured image, custom meta, child pages—comes from Advanced Settings so you can reproduce reusable layouts without manually reassigning dozens of fields. Typical entry points include list table row actions and editor affordances (depending on version), keeping editorial velocity high for recurring campaigns.
Cloning respects capabilities: only roles that could create the destination type should see duplicate controls, and heavy meta attachments may demand staggered duplication on modest hosting.

Features
One-Click Cloning
Configurable Field Behavior
Post Type Allowlist
Optional Child Duplication
How It Works
Enable the Module
Tune Advanced Settings
Duplicate from List or Editor
Revise Clone
Publish When Ready

Installation & Activation
Install WP PowerSuite
Enable Duplicate Post Type
Document Naming Conventions
Test Membership Plugins

Use Cases
- MicrositeCloningAnnual report microsites cloned year over year with updated stats.
- TemplatePagesRegional service pages starting from SEO-vetted templates.
- ModuleDuplicationCourse modules duplicated as starting points for new curricula.
Frequently Asked Questions
Will slugs conflict?
WordPress generates fresh permalinks; you may see -2 until you rename—update internal links accordingly.
Does duplication copy revisions?
Usually creates a new post without full revision history—confirm version specifics.
Can duplicates inherit scheduled status?
Depends on settings; often clones start as drafts to avoid accidental live publishes.
What about attachments?
Featured images may reference same media ID (efficient) or duplicate files—see Advanced Settings.
Multilingual duplication?
When using translation plugins, align duplicate behavior with secondary posts manually if not automated.
Troubleshooting
- Duplicate fails or times outIncrease memory temporarily, disable heavy meta copies, or duplicate in smaller steps.
- Taxonomies missing on cloneCheck include toggles; some plugins register custom taxonomies late—retest with minimal plugin set.
- Forms break on cloneEmbedded form IDs may need swapping—grep for shortcodes referencing old IDs.
- SEO meta staleResave with SEO plugin to regenerate canonicals and schema for new slug.
