Bulk Duplication PRO
Duplicate multiple posts at once with advanced options and progress tracking.
Using the Bulk Modal
Select Posts
Use checkboxes to select the posts you want to duplicate.
Choose Bulk Action
Select Duplicate (Pro) from the Bulk Actions dropdown.
Configure Options
The modal appears with options for copies, preset, and status.
Duplicate
Click Duplicate and watch the progress bar.
Modal Options
| Option | Description | Range |
|---|---|---|
| Number of copies | How many copies of each selected post | 1-100 |
| Preset | Apply a saved preset (optional) | Any preset |
| Status | Publication status for duplicates | Draft, Published, Pending, Private |
Progress Tracking
The modal shows real-time progress:
- Progress bar with percentage
- Number of posts processed
- Any errors encountered
Performance Tips
Large Batches
For best performance, process 10-20 posts at a time. Enable Performance Mode for larger batches.
- Start with smaller batches on large sites
- Enable Performance Mode in Pro settings
- Schedule large operations during low-traffic times
- Use WP-CLI for very large operations
WP-CLI Alternative
For scripting or very large batches:
# Bulk duplicate via CLI
wp nixa-duplicate bulk 123,456,789 --status=draft
# With preset
wp nixa-duplicate bulk 123,456,789 --preset=my-preset