How to Copy a Page in WordPress

Copying a page or article in WordPress can requires more than just copying and pasting the content. When a wordpress web design agency looks to duplicate a page, they often want to retain the page layout, SEO data, and images too, in order to save time when revamping your website or updating your content.

Fortunately, replicating pages and messages and all their associated data in WordPress can be very easy. There are basic methods to finish the job, both with and without a plugin.

In this write-up, we’ll consider exactly how to duplicate a web page or blog post securely, as well as present some plugins that can aid. Let’s leap right in!

how to copy a page in wordpress

  1. Quickly Duplicate a Web Page in WordPress with These Plugins
    Cloning a web page in WordPress is really simple when you use a plugin, because every little thing is done right in your control panel. Plugins are additionally the most safe means to replicate a message or page, given that you won’t be customizing your site’s code directly.

If you’re trying to find the appropriate device, below are four plugins that deserve having a look at.

  1. Duplicate Blog post

One of the go-to options for WordPress web page and post cloning is Match Blog post. This plugin is easy to use, as well as clones everything from the material of the page or post to the linked comments. It additionally supplies a prefix or suffix choice, to differentiate your initial post and also the clone.

To duplicate a message with this tool, you simply require to:

Set up and also trigger the plugin.
In your WordPress control panel, go to Articles > All when cloning articles, or Pages > All when cloning web pages.
Navigate to the web page or article you want to copy, as well as click Duplicate to replicate it.
Multiple pages or blog posts can be selected, as well as you can duplicate them at one time utilizing Mass Actions.

  1. Replicate Web Page and also Blog Post

Replicate Page and Post does not have a lot of attributes, however makes up for that in rate. This light-weight plugin is just one of the fastest means to duplicate a blog post or page in WordPress, and will not consider your site down with unneeded bells and also whistles.

To duplicate a web page or blog post with this plugin, make use of the complying with actions:

Set up as well as turn on the plugin.
Go to Messages > All or Pages > All, relying on what you want to duplicate.
Hover over the page or article you want to clone.
Click the Match alternative.

  1. Replicate Page

Duplicate Web page supplies a few added features that a few other cloning plugins do not provide. This plugin will certainly duplicate messages, web pages, and also custom-made blog post kinds. Plus, you can save the resulting copies as drafts, pending, public, or exclusive.

To utilize Duplicate Web page, you simply require to:

Install and turn on the plugin.
Configure its setups to fulfill your needs.
Most likely to Pages > All or Messages > All to discover the content you intend to replicate.
Click on the Duplicate This alternative.

  1. Blog post Copy machine

An additional basic cloning plugin is Message Copy machine. This solution creates a mirror image of any article or web page, consisting of custom blog post kinds, custom areas, as well as custom-made taxonomies. It fasts as well as easy to use, and also should not include much weight to your website.

To duplicate web content with this device, follow these actions:

Mount the plugin and activate it.
Navigate to Articles > All or Pages > All to discover the content you want to duplicate.
Float over the blog post or page.
Click the Match Web Page or Match Post choice.
Duplicating a Page in WordPress Without a Plugin
Naturally, you don’t need to utilize a plugin to duplicate a web page or article in WordPress. This can also be done by hand, by either editing the funtions.php documents or duplicating and also pasting the appropriate code. Let’s look at exactly how both techniques work.

  1. Enable Cloning via funtions.php Code
    Among the manual means to duplicate a WordPress web page or article is to modify the code in your functions.php documents. While this can be easy to do, you do need to be cautious and also make a backup of your site first.

To enable duplicating for blog posts, you’ll require to access your functions.php data as well as open it for editing and enhancing, making use of Secure File Transfer Protocol (FTP) or whatever other method you choose. After that you’ll need to include the following code fragment throughout of the data:

/ *.

  • Feature for article replication. Dups look like drafts. Individual is rerouted to the edit display.
    */.
    feature rd_duplicate_post_as_draft() isset( $_ BLOG POST [‘ post’]
    add_action( ‘admin_action_rd_duplicate_post_as_draft’, ‘rd_duplicate_post_as_draft’ );.
    / *.
  • Include the duplicate web link to activity checklist for post_row_actions.
    */.
    feature rd_duplicate_post_link( $actions, $post) add_filter(‘ post_row_actions’,
    ‘ rd_duplicate_post_link’, 10,
    2);.
    To make it possible for cloning for pages too, use the same code but change the last line
    with:. add_filter( ‘page_row_actions’,’ rd_duplicate_post_link’, 10, 2);. After that, you can
    save the data and also reupload it to your server. Then you can head back to your WordPress dashboard. A Match button should currently appear when you float over a page or message you wish to duplicate. 2. Manually Copy & Paste Code to Replicate a Page. If you do not intend to edit your functions.php file, you

can manually duplicate as well as paste the code for the web page or article you wish to duplicate. To do this, you will require to:. Open the page or post you wish to duplicate. Click on the More Equipments & Options food selection. Select Code Editor. Copy the code for the page or article.
Click on New Message or New Page. In the new message or page, open up the Code Editor.
Paste in the code. Click the Much More Devices & Options menu.
Select Visual Editor. The brand-new web page or post should currently be a duplicate of the old one. This procedure can take a little time, and also you’ll need to do it individually for every page or message you want to replicate. That’s why we advise using a plugin if you’re seeking to duplicate a great deal of web content.

Leave a Comment