Export a specific page in wordpress

How can I export a specific page in WordPress?

I want to use a page from one wordpress instance in another wordpress instance, both having same theme.

Read More

How can I do this?

Related posts

Leave a Reply

5 comments

    1. Go to your admin panel then go to Users > Add New.

    2. Create a new user with username Exporter and set the role to Author and save.

    3. Change the author of the post or posts that you need to export by selecting them and then clicking edit. Change the author to Exporter

      enter image description here

    4. Go to Tools > Export and choose what type of content you want to export and select the author Exporter then click Download Export File. The resulting file contains all the information you need in XML format.

      enter image description here

    5. Go to the WordPress website where you want to import this information and go to Tools > Import > WordPress.

  1. In case someone still stumbles upon this question: I found this plugin, which works like a charm for me. Just watch out for images and other content that might not be exported with the xml file. After you export the page you can go to Tools > Import Data and import the xml file.

  2. Similar to Ali Raza‘s answer, if you don’t want to create an author to export just one page you can

    • modify the publish date of the page to a date before the creation of the installation
    • and while exporting select that date and export
    • then change the date back

    (would've commented but not enough rep)

  3. If you want to copy pages or sites in between a multisite installation, try the plugin NS Cloner in free version:

    1. Install plugin “NS Cloner”

    2. My Sites -> Network Admin -> Sites and put mouse over your sit

    3. Clone

      → an full copy of a site with all pages is made – in my case it was perfect identical

  4. There are many ways to do this.

    1. Download wp-coder plugin
    2. Go to page which you wanna clone
    3. Inspect Element and copy all html code and paste it in notepad. Also copy all code from style.css and paste it in notepad.
    4. Now navigate to wp coder and copy paste html css where you wanna make same page

    Note: install wp-coder where you wanna add same page