Changeset 6156
- Timestamp:
- 09/22/2007 04:50:35 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/export.php
r6149 r6156 163 163 } 164 164 165 print '<?xml version="1.0" encoding="' . get_bloginfo('charset') . '"?' . ">\n"; 166 167 ?> 168 169 <!-- 170 This is a WordPress eXtended RSS file generated by WordPress as an export of 171 your blog. It contains information about your blog's posts, comments, and 172 categories. You may use this file to transfer that content from one site to 173 another. This file is not intended to serve as a complete backup of your 174 blog. 175 176 To import this information into a WordPress blog follow these steps: 177 178 1. Log into that blog as an administrator. 179 2. Go to Manage > Import in the blog's admin. 180 3. Choose "WordPress" from the list of importers. 181 4. Upload this file using the form provided on that page. 182 5. You will first be asked to map the authors in this export file to users 183 on the blog. For each author, you may choose to map an existing user on 184 the blog or to create a new user. 185 6. WordPress will then import each of the posts, comments, and categories 186 contained in this file onto your blog. 187 --> 165 echo '<?xml version="1.0" encoding="' . get_bloginfo('charset') . '"?' . ">\n"; 166 167 ?> 168 <!-- This is a WordPress eXtended RSS file generated by WordPress as an export of your blog. --> 169 <!-- It contains information about your blog's posts, comments, and categories. --> 170 <!-- You may use this file to transfer that content from one site to another. --> 171 <!-- This file is not intended to serve as a complete backup of your blog. --> 172 173 <!-- To import this information into a WordPress blog follow these steps. --> 174 <!-- 1. Log into that blog as an administrator. --> 175 <!-- 2. Go to Manage: Import in the blog's admin panels. --> 176 <!-- 3. Choose "WordPress" from the list. --> 177 <!-- 4. Upload this file using the form provided on that page. --> 178 <!-- 5. You will first be asked to map the authors in this export file to users --> 179 <!-- on the blog. For each author, you may choose to map to an --> 180 <!-- existing user on the blog or to create a new user --> 181 <!-- 6. WordPress will then import each of the posts, comments, and categories --> 182 <!-- contained in this file into your blog --> 188 183 189 184 <!-- generator="wordpress/<?php bloginfo_rss('version') ?>" created="<?php echo date('Y-m-d H:i'); ?>"-->
Note: See TracChangeset
for help on using the changeset viewer.