Why You Might Want to Duplicate a Page in WordPress
Duplicating a page is useful for several reasons:- Design consistency: Maintain a uniform layout across multiple pages.
- Faster workflow: Avoid rebuilding sections manually.
- Testing and revisions: Create drafts for A/B testing or design updates.
- Template reuse: Copy pages with the same structure but different content.
Method 1: Duplicate a Page Using a Plugin
The easiest way to duplicate a page is by using a dedicated plugin. Popular options include Duplicate Page, Yoast Duplicate Post, and Duplicate Page and Post. Here’s how to do it:- Go to Plugins → Add New in your WordPress dashboard.
- Search for “Duplicate Page” and install a plugin of your choice.
- Once activated, navigate to Pages → All Pages.
- Hover over the page you want to copy and click Duplicate or Clone.
Method 2: Duplicate a Page Manually
If you prefer not to use a plugin, you can duplicate a page manually by copying its content:- Open the existing page in the WordPress editor.
- Click the three dots in the top-right corner and choose Copy all content.
- Create a new page via Pages → Add New.
- Paste the content into the new editor window.
- Update the title, permalink, and any content you want to change.
Method 3: Duplicate a Page Using the Block Editor

- Open the page you want to copy.
- Click the three-dot menu in the top-right corner.
- Select Copy all blocks.
- Create a new page and paste the copied blocks into the editor.
How to Duplicate a Page Template in WordPress
If your theme uses templates, you can duplicate them manually through your file manager or FTP:- Access your hosting control panel or connect via FTP.
- Navigate to the /wp-content/themes/your-theme/ folder.
- Locate the template file you want to copy (for example, page.php).
- Duplicate it and rename it (for example, page-custom.php).
- Edit the file header to define a new template name:
Tips for Editing Your Duplicated Page
Once you’ve created a duplicate, make sure to:- Change the page title and URL slug to avoid duplication errors.
- Update internal links if they point to the original page.
- Check SEO settings, such as meta titles and descriptions.
- Replace any repeated images or media files to keep content relevant.
Common Issues When Duplicating Pages
- Duplicate content: Having two pages with the same text can hurt SEO rankings.
- Broken layouts: Some themes or builders don’t copy custom CSS properly.
- Missing metadata: Manual copies may not include SEO or plugin settings.
- Cluttered drafts: Frequent duplication can lead to unused drafts, so tidy them regularly.
Best Plugins for Duplicating Pages in WordPress
If you plan to duplicate pages often, these plugins are worth trying:- Yoast Duplicate Post: Reliable and easy to use with page, post, and custom post type support.
- Duplicate Page: Quick duplication from the page list view.
- WPBakery Page Builder Clone Tool: Best for WPBakery users who need to copy complex layouts.
- Elementor’s “Save as Template” feature: Built-in duplication for Elementor users.




