Title: POST MIGRATION
Author: Isamu Takeda
Published: <strong>18 Maggio 2025</strong>
Last modified: 19 Giugno 2025

---

Ricerca i plugin

![](https://ps.w.org/post-migration/assets/banner-772x250.png?rev=3295494)

Questo plugin **non è stato testato con le ultime 3 versioni principali (major releases)
di WordPress**. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare
problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

![](https://ps.w.org/post-migration/assets/icon-256x256.png?rev=3295494)

# POST MIGRATION

 Di [Isamu Takeda](https://profiles.wordpress.org/itmaroon/)

[Scarica](https://downloads.wordpress.org/plugin/post-migration.1.1.0.zip)

 * [Dettagli](https://it.wordpress.org/plugins/post-migration/#description)
 * [Recensioni](https://it.wordpress.org/plugins/post-migration/#reviews)
 *  [Installazione](https://it.wordpress.org/plugins/post-migration/#installation)
 * [Sviluppo](https://it.wordpress.org/plugins/post-migration/#developers)

 [Supporto](https://wordpress.org/support/plugin/post-migration/)

## Descrizione

This plugin provides the ability to migrate individual WordPress post data to another
WordPress site.
 Specifically, it provides the following features that are not provided
by the standard import and export tools provided by WordPress. 1. The standard tool
does not export images and other media data. Instead, the importer reads the image
URL in the XML and attempts to re-download the file from a remote location. However,
this requires that the import source site is public and the media file URL is accessible.
If the site is local or private, the media download will fail and only an empty 
attachment post will be created. This plugin extracts images and other media data
and WordPress database information and exports them together in a single ZIP file,
eliminating such problems. 2. The standard tool does not export revisions, but this
plugin provides export and import functions. 3. The standard tool allows you to 
select what to export for each post type, but not for each individual post. This
plugin allows you to select what to export for each individual post.

### Related Links

 * [POST MIGRATION:Github](https://github.com/itmaroon/post-migration)
 * [block-class-package:GitHub](https://github.com/itmaroon/block-class-package)
 * [block-class-package:Packagist](https://packagist.org/packages/itmar/block-class-package)
 * [wpsetting-class-package:GitHub](https://github.com/itmaroon/wpsetting-class-package)
 * [wpsetting-class-package:Packagist](https://packagist.org/packages/itmar/wpsetting-class-package)

### Arbitrary section

PHP class management is now done using Composer.
 [GitHub](https://github.com/itmaroon/block-class-package)
[Packagist](https://packagist.org/packages/itmar/block-class-package)

### Third Party Libraries

This plugin uses the following third-party libraries:

### FileSaver.js

 * Purpose: Used to enable client-side file saving functionality (e.g., downloading
   generated ZIP files in the browser).
 * Library URL: https://github.com/eligrey/FileSaver.js/
 * License: MIT License
 * Resources : https://github.com/eligrey/FileSaver.js

Copyright (c) 2016 Eli Grey.

Permission is hereby granted, free of charge, to any person obtaining a copy
 of
this software and associated documentation files (the “Software”), to deal in the
Software without restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies of the Software,
and to permit persons to whom the Software is furnished to do so, subject to the
following conditions:

The above copyright notice and this permission notice shall be included in
 all 
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.

### JSZip

 * Purpose: Used to create ZIP files directly on the client side in the browser.
 * Library URL: https://github.com/Stuk/jszip
 * License: MIT License

Copyright (c) 2009-2022 Stuart Knightley, David Duponchel,
 Franz Buchinger, António
Afonso

Permission is hereby granted, free of charge, to any person obtaining a copy
 of
this software and associated documentation files (the “Software”), to deal in the
Software without restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies of the Software,
and to permit persons to whom the Software is furnished to do so, subject to the
following conditions:

The above copyright notice and this permission notice shall be included in
 all 
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.

## Screenshot

[⌊Post data export settings and execution screen⌉⌊Post data export settings and 
execution screen⌉[

Post data export settings and execution screen

[⌊Post data import settings and execution screen⌉⌊Post data import settings and 
execution screen⌉[

Post data import settings and execution screen

[⌊Post data import results display screen⌉⌊Post data import results display screen⌉[

Post data import results display screen

## Installazione

 1. From the WP admin panel, click “Plugins” -> “Add new”.
 2. In the browser input box, type “POST MIGRATION”.
 3. Select the “POST MIGRATION” plugin and click “Install”.
 4. Activate the plugin.

OR…

 1. Download the plugin from this page.
 2. Save the .zip file to a location on your computer.
 3. Open the WP admin panel, and click “Plugins” -> “Add new”.
 4. Click “upload”.. then browse to the .zip file downloaded from this page.
 5. Click “Install”.. and then “Activate plugin”.

## Recensioni

Non ci sono recensioni per questo plugin.

## Contributi e sviluppo

“POST MIGRATION” è un software open source. Le persone che hanno contribuito allo
sviluppo di questo plugin sono indicate di seguito.

Collaboratori

 *   [ Isamu Takeda ](https://profiles.wordpress.org/itmaroon/)

[Traduci “POST MIGRATION” nella tua lingua.](https://translate.wordpress.org/projects/wp-plugins/post-migration)

### Ti interessa lo sviluppo?

[Esplora il codice](https://plugins.trac.wordpress.org/browser/post-migration/) 
segui il [repository SVN](https://plugins.svn.wordpress.org/post-migration/), segui
il [log delle modifiche](https://plugins.trac.wordpress.org/log/post-migration/)
tramite [RSS](https://plugins.trac.wordpress.org/log/post-migration/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.1.0

Added functionality to ensure proper export and import when gallery is used as an
ACF custom field type.

#### 1.0.1

Update due to the version upgrade of the composer package of wpsetting-class-package

#### 1.0.0

 * Release

## Meta

 *  Versione **1.1.0**
 *  Ultimo aggiornamento **1 anno fa**
 *  Installazioni attive **10+**
 *  Versione WordPress ** 6.4 o superiore **
 *  Testato fino alla versione **6.8.8**
 *  Versione PHP ** 8.2 o superiore **
 *  Lingua
 * [English (US)](https://wordpress.org/plugins/post-migration/)
 * Tag
 * [duplicate](https://it.wordpress.org/plugins/tags/duplicate/)[media](https://it.wordpress.org/plugins/tags/media/)
   [post](https://it.wordpress.org/plugins/tags/post/)[transfer](https://it.wordpress.org/plugins/tags/transfer/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/post-migration/advanced/)

## Valutazioni

Non sono state ancora inviate recensioni.

[La tua recensione](https://wordpress.org/support/plugin/post-migration/reviews/#new-post)

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/post-migration/reviews/)

## Collaboratori

 *   [ Isamu Takeda ](https://profiles.wordpress.org/itmaroon/)

## Supporto

Hai qualcosa da dire? Ti serve aiuto?

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/post-migration/)