Changeset 388458
- Timestamp:
- 05/24/2011 09:28:06 AM (15 years ago)
- Location:
- wordpress-importer-extended/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
wordpress-importer-extended.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wordpress-importer-extended/trunk/readme.txt
r388457 r388458 7 7 Requires at least: 3.1 8 8 Tested up to: 3.2 9 Stable tag: 0. 29 Stable tag: 0.3 10 10 11 11 Auto import content on plugin activation, or import a file from the server. … … 50 50 3. Enable the plugin 51 51 4. Add define('WP_LOAD_IMPORTERS', true); to your wp-config.php file. Remember to disable this after the import is finished. 52 5. Add define('WORDPRESS_IMPORTER_EXTENDED_FETCH_ATTACHMENTS', true); to your wp-config.php file .52 5. Add define('WORDPRESS_IMPORTER_EXTENDED_FETCH_ATTACHMENTS', true); to your wp-config.php file if you with to download the attachments. 53 53 6. Go to Tools->WordPress Importer Extended and enter the path to your WXR file (relative from the WordPress root directory). 54 54 … … 78 78 79 79 == Changelog == 80 = 0.3 ( 2011-05- ) = 81 * Update documentation 80 82 = 0.2 ( 2011-05-23 ) = 81 83 * Misc bugfixes -
wordpress-importer-extended/trunk/wordpress-importer-extended.php
r387907 r388458 5 5 Description: Manual and auto-import of WXR files 6 6 Author: Nicolas Kuttler 7 Version: 0. 27 Version: 0.3 8 8 Author URI: http://www.nicolaskuttler.com/ 9 9
Note: See TracChangeset
for help on using the changeset viewer.