Changeset 388459
- Timestamp:
- 05/24/2011 09:28:19 AM (15 years ago)
- File:
-
- 1 edited
-
wordpress-importer-extended/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wordpress-importer-extended/trunk/readme.txt
r388458 r388459 46 46 = For manual import = 47 47 48 1. Unzip 49 2. Upload to your plugins directory 50 3. Enable the plugin 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 if you with to download the attachments. 53 6. Go to Tools->WordPress Importer Extended and enter the path to your WXR file (relative from the WordPress root directory). 48 1. Make a full backup of your WordPress install. 49 2. Unzip 50 3. Upload to your plugins directory 51 4. Enable the plugin 52 5. Add define('WP_LOAD_IMPORTERS', true); to your wp-config.php file. Remember to disable this after the import has finished. 53 6. Add define('WORDPRESS_IMPORTER_EXTENDED_FETCH_ATTACHMENTS', true); to your wp-config.php file if you with to download the attachments. 54 7. Go to Tools->WordPress Importer Extended and enter the path to your WXR file (relative from the WordPress root directory). 54 55 55 56 = For automatic import on activation =
Note: See TracChangeset
for help on using the changeset viewer.