Description
Well, the WordPress importer is kinda flawed, but as a developer I use it quite often. One of the more annoying things is that you can’t simply import a file that’s on the server. This plugin makes this possible. Please make a full backup of your WordPress install before attemting such an import.
Another feature is the auto-import of files during the plugin activation. This is especially useful in combination with the WordPress Reset plugin. Just reset the blog and auto-import all the content you need. Right now you’ll need my patched version of the reset plugin that you can download from the plugin page on my site.
More recommended developer tools:
- WordPress Reset
- Better Lorem Ipsum Generator
- WordPress Importer Extended
- Rebuild Post Thumbnails
- Show Template
- Debug Bar
- Theme Unit tests
Other plugins I wrote
Installation
You have to install the normal WordPress Importer plugin before you can do anything with this one.
For manual import
- Make a full backup of your WordPress install.
- Unzip
- Upload to your plugins directory
- Enable the plugin
- Add define(‘WP_LOAD_IMPORTERS’, true); to your wp-config.php file. Remember to disable this after the import has finished.
- Add define(‘WORDPRESS_IMPORTER_EXTENDED_FETCH_ATTACHMENTS’, true); to your wp-config.php file if you with to download the attachments.
- Go to Tools->WordPress Importer Extended and enter the path to your WXR file (relative from the WordPress root directory).
For automatic import on activation
Upload the plugin. Then you have to set
in your wp-config.php file. To specify which files to import use for example
Then you just need to activate the plugin to start the import. The recommended method is to use the WordPress Reset plugin and to configure this plugin and the normal WordPress Import to autostart by adding this to your wp-config.php:
If you wish to download the attachments specify define(‘WORDPRESS_IMPORTER_EXTENDED_FETCH_ATTACHMENTS’, true);
FAQ
None yet.
Reviews
Contributors & Developers
“WordPress Importer Extended” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “WordPress Importer Extended” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.3 ( 2011-05-24 )
- Update documentation
0.2 ( 2011-05-23 )
- Misc bugfixes
- Allow importing of attachments
- First public release
0.1 ( 2011-05-22 )
- Autoimport on activation works
- Manual import works