Changeset 2932864
- Timestamp:
- 07/01/2023 10:45:25 AM (3 years ago)
- Location:
- wp-all-import
- Files:
-
- 2 edited
-
tags/3.7.2/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-all-import/tags/3.7.2/readme.txt
r2892178 r2932864 94 94 == Frequently Asked Questions == 95 95 96 **What Size Files Can WP All Import Handle?** 97 It depends on your hosting provider’s settings. We’ve imported files of 200Mb and up, even on shared hosts. WP All Import splits your file into manageable chunks. 98 99 [Various settings are available](http://www.wpallimport.com/documentation/advanced/import-processing/?utm_source=import-plugin-free&utm_medium=readme&utm_campaign=upgrade-to-pro) to make it possible to import larger files or speed up your import. 100 101 *The answer to all of the following questions is yes:* 102 103 Does this really work with ANY XML or CSV file? 104 Can WP All Import get ALL of the data out of the file? Even attributes? 105 Does it work with special character encoding like Hebrew, Arabic, Chinese, etc? 96 = How do I import WordPress data? = 97 98 1. Go to All Import › New Import. 99 2. Upload the import file. 100 3. Choose the import post type. 101 4. Map the incoming data elements to the WordPress fields. 102 5. Complete the import and verify the imported data. 103 104 = Can I import any WordPress post type? = 105 106 Yes. You can import any standard WordPress post type, including posts, pages, categories, tags, users, comments, and images. You can also import custom data from third-party themes and plugins. 107 108 = How does WordPress import work? = 109 110 The default WordPress import tool uses a brute-force approach that often imports all or nothing. WP All Import is a lot more flexible and lets you filter, modify, and map incoming data elements so that you can import your data exactly as you want it. 111 112 = Does my data have to be specially organized for WordPress imports? = 113 114 Not when you use our plugins. Our Drag & Drop interface lets you map incoming data elements to any WordPress fields. You can even modify the incoming data as part of the import process, so we can handle a wide variety of import layouts. 115 116 = How do I import a CSV file into WordPress? = 117 118 To import a CSV file into WordPress, just specify the CSV file as your import source. WP All Import will automatically recognize the file type and adjust accordingly. You don't need to do anything special to handle the CSV format. 119 120 = How do I import XML data into WordPress? = 121 122 To import XML data into WordPress, just specify the XML file as your import source. WP All Import will automatically recognize the file type and adjust accordingly. You don't need to do anything special to handle an XML file. 123 124 = How do I import large files into WordPress? = 125 126 To import large files into WordPress, you can use our advanced settings to split the import into manageable chunks, modify the batch processing size, and take several other steps to either speed up the import or reduce its impact on the server. 127 128 = How do I import data into a WordPress custom plugin? = 129 130 Our plugin automatically recognizes many WordPress custom plugins and themes, so just select the custom post type and away you go. If a custom plugin stores its data in an unconventional manner, just contact our support staff for further guidance. 131 132 = Can I use WP All Import on all of my WordPress sites? = 133 134 Yes. Our plugins come with unlimited licenses, so you can install them on all of your own websites. 135 136 = Can I import WooCommerce customers, products, and orders? = 137 138 We have special add-ons for all types of WooCommerce data, so you can import WooCommerce customers, orders, products, reviews, and anything else WooCommerce has to offer. 139 140 = How do I import WordPress posts as a draft? = 141 142 In Step 3 of the import process, under Other Post Options, change the Post Status to Draft. This ensures that all imported posts will be created as drafts. 143 144 = How do I import images into WordPress? = 145 146 In the Drag & Drop screen, map the incoming image elements to the appropriate fields in the Images section. The tricky part about images is that they can have many different sources, including URLs, images that are on your computer, images that are already on your server, and even images that are already in your media library. To understand how to handle each of these scenarios, see our documentation. 147 148 = How do I import a featured image into WordPress? = 149 150 1. Create a standard WordPress import. 151 2. In Step 3, add the images element in the Images section. 152 3. Check the Set the first image to the Featured Image (_thumbnail_id) option. 153 4. Complete the import. 154 5. Verify that the featured image(s) were correctly imported. 155 156 = How do I migrate WordPress data to another website? = 157 158 1. Export the WordPress data that you wish to migrate. 159 2. Download the Bundle option, which includes import instructions. 160 3. Import the bundle file on the target site. 161 4. WP All Import will use the bundle file to automatically configure itself. 162 5. Run the import and review your migrated data. 163 164 = How do I bulk edit WordPress data? = 165 166 1. Export the WordPress data that you wish to edit. 167 2. Edit the export file in your favorite spreadsheet app. 168 3. Use the Import with WP All Import option to configure your import. 169 4. Run the import. 170 5. Review the affected data to make sure the changes were applied. 171 172 = How do I get support? = 173 174 If you are using the free version of the plugin, you can obtain support through the WordPress.org community forums. If you have purchased the premium version, you can email us directly and we will respond as quickly as we can, typically in less than one business day. 106 175 107 176 == Screenshots == -
wp-all-import/trunk/readme.txt
r2892178 r2932864 94 94 == Frequently Asked Questions == 95 95 96 **What Size Files Can WP All Import Handle?** 97 It depends on your hosting provider’s settings. We’ve imported files of 200Mb and up, even on shared hosts. WP All Import splits your file into manageable chunks. 98 99 [Various settings are available](http://www.wpallimport.com/documentation/advanced/import-processing/?utm_source=import-plugin-free&utm_medium=readme&utm_campaign=upgrade-to-pro) to make it possible to import larger files or speed up your import. 100 101 *The answer to all of the following questions is yes:* 102 103 Does this really work with ANY XML or CSV file? 104 Can WP All Import get ALL of the data out of the file? Even attributes? 105 Does it work with special character encoding like Hebrew, Arabic, Chinese, etc? 96 = How do I import WordPress data? = 97 98 1. Go to All Import › New Import. 99 2. Upload the import file. 100 3. Choose the import post type. 101 4. Map the incoming data elements to the WordPress fields. 102 5. Complete the import and verify the imported data. 103 104 = Can I import any WordPress post type? = 105 106 Yes. You can import any standard WordPress post type, including posts, pages, categories, tags, users, comments, and images. You can also import custom data from third-party themes and plugins. 107 108 = How does WordPress import work? = 109 110 The default WordPress import tool uses a brute-force approach that often imports all or nothing. WP All Import is a lot more flexible and lets you filter, modify, and map incoming data elements so that you can import your data exactly as you want it. 111 112 = Does my data have to be specially organized for WordPress imports? = 113 114 Not when you use our plugins. Our Drag & Drop interface lets you map incoming data elements to any WordPress fields. You can even modify the incoming data as part of the import process, so we can handle a wide variety of import layouts. 115 116 = How do I import a CSV file into WordPress? = 117 118 To import a CSV file into WordPress, just specify the CSV file as your import source. WP All Import will automatically recognize the file type and adjust accordingly. You don't need to do anything special to handle the CSV format. 119 120 = How do I import XML data into WordPress? = 121 122 To import XML data into WordPress, just specify the XML file as your import source. WP All Import will automatically recognize the file type and adjust accordingly. You don't need to do anything special to handle an XML file. 123 124 = How do I import large files into WordPress? = 125 126 To import large files into WordPress, you can use our advanced settings to split the import into manageable chunks, modify the batch processing size, and take several other steps to either speed up the import or reduce its impact on the server. 127 128 = How do I import data into a WordPress custom plugin? = 129 130 Our plugin automatically recognizes many WordPress custom plugins and themes, so just select the custom post type and away you go. If a custom plugin stores its data in an unconventional manner, just contact our support staff for further guidance. 131 132 = Can I use WP All Import on all of my WordPress sites? = 133 134 Yes. Our plugins come with unlimited licenses, so you can install them on all of your own websites. 135 136 = Can I import WooCommerce customers, products, and orders? = 137 138 We have special add-ons for all types of WooCommerce data, so you can import WooCommerce customers, orders, products, reviews, and anything else WooCommerce has to offer. 139 140 = How do I import WordPress posts as a draft? = 141 142 In Step 3 of the import process, under Other Post Options, change the Post Status to Draft. This ensures that all imported posts will be created as drafts. 143 144 = How do I import images into WordPress? = 145 146 In the Drag & Drop screen, map the incoming image elements to the appropriate fields in the Images section. The tricky part about images is that they can have many different sources, including URLs, images that are on your computer, images that are already on your server, and even images that are already in your media library. To understand how to handle each of these scenarios, see our documentation. 147 148 = How do I import a featured image into WordPress? = 149 150 1. Create a standard WordPress import. 151 2. In Step 3, add the images element in the Images section. 152 3. Check the Set the first image to the Featured Image (_thumbnail_id) option. 153 4. Complete the import. 154 5. Verify that the featured image(s) were correctly imported. 155 156 = How do I migrate WordPress data to another website? = 157 158 1. Export the WordPress data that you wish to migrate. 159 2. Download the Bundle option, which includes import instructions. 160 3. Import the bundle file on the target site. 161 4. WP All Import will use the bundle file to automatically configure itself. 162 5. Run the import and review your migrated data. 163 164 = How do I bulk edit WordPress data? = 165 166 1. Export the WordPress data that you wish to edit. 167 2. Edit the export file in your favorite spreadsheet app. 168 3. Use the Import with WP All Import option to configure your import. 169 4. Run the import. 170 5. Review the affected data to make sure the changes were applied. 171 172 = How do I get support? = 173 174 If you are using the free version of the plugin, you can obtain support through the WordPress.org community forums. If you have purchased the premium version, you can email us directly and we will respond as quickly as we can, typically in less than one business day. 106 175 107 176 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.