Plugin Directory

Changeset 2932864


Ignore:
Timestamp:
07/01/2023 10:45:25 AM (3 years ago)
Author:
soflyy
Message:

Update FAQ section

Location:
wp-all-import
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-all-import/tags/3.7.2/readme.txt

    r2892178 r2932864  
    9494== Frequently Asked Questions ==
    9595
    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
     981. Go to All Import › New Import.
     992. Upload the import file.
     1003. Choose the import post type.
     1014. Map the incoming data elements to the WordPress fields.
     1025. Complete the import and verify the imported data.
     103
     104= Can I import any WordPress post type? =
     105
     106Yes. 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
     110The 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
     114Not 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
     118To 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
     122To 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
     126To 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
     130Our 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
     134Yes. 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
     138We 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
     142In 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
     146In 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
     1501. Create a standard WordPress import.
     1512. In Step 3, add the images element in the Images section.
     1523. Check the Set the first image to the Featured Image (_thumbnail_id) option.
     1534. Complete the import.
     1545. Verify that the featured image(s) were correctly imported.
     155
     156= How do I migrate WordPress data to another website? =
     157
     1581. Export the WordPress data that you wish to migrate.
     1592. Download the Bundle option, which includes import instructions.
     1603. Import the bundle file on the target site.
     1614. WP All Import will use the bundle file to automatically configure itself.
     1625. Run the import and review your migrated data.
     163
     164= How do I bulk edit WordPress data? =
     165
     1661. Export the WordPress data that you wish to edit.
     1672. Edit the export file in your favorite spreadsheet app.
     1683. Use the Import with WP All Import option to configure your import.
     1694. Run the import.
     1705. Review the affected data to make sure the changes were applied.
     171
     172= How do I get support? =
     173
     174If 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.
    106175
    107176== Screenshots ==
  • wp-all-import/trunk/readme.txt

    r2892178 r2932864  
    9494== Frequently Asked Questions ==
    9595
    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
     981. Go to All Import › New Import.
     992. Upload the import file.
     1003. Choose the import post type.
     1014. Map the incoming data elements to the WordPress fields.
     1025. Complete the import and verify the imported data.
     103
     104= Can I import any WordPress post type? =
     105
     106Yes. 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
     110The 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
     114Not 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
     118To 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
     122To 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
     126To 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
     130Our 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
     134Yes. 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
     138We 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
     142In 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
     146In 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
     1501. Create a standard WordPress import.
     1512. In Step 3, add the images element in the Images section.
     1523. Check the Set the first image to the Featured Image (_thumbnail_id) option.
     1534. Complete the import.
     1545. Verify that the featured image(s) were correctly imported.
     155
     156= How do I migrate WordPress data to another website? =
     157
     1581. Export the WordPress data that you wish to migrate.
     1592. Download the Bundle option, which includes import instructions.
     1603. Import the bundle file on the target site.
     1614. WP All Import will use the bundle file to automatically configure itself.
     1625. Run the import and review your migrated data.
     163
     164= How do I bulk edit WordPress data? =
     165
     1661. Export the WordPress data that you wish to edit.
     1672. Edit the export file in your favorite spreadsheet app.
     1683. Use the Import with WP All Import option to configure your import.
     1694. Run the import.
     1705. Review the affected data to make sure the changes were applied.
     171
     172= How do I get support? =
     173
     174If 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.
    106175
    107176== Screenshots ==
Note: See TracChangeset for help on using the changeset viewer.