Plugin Directory

Changeset 2932866


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

Update FAQ section

Location:
wp-all-export
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-all-export/tags/1.3.9/readme.txt

    r2892690 r2932866  
    109109* Upload the plugin from the Plugins page in WordPress
    110110* Unzip wp-all-export.zip and upload the contents to /wp-content/plugins/, and then activate the plugin from the Plugins page in WordPress
     111
     112== Frequently Asked Questions ==
     113
     114= How do I export WordPress data to CSV? =
     115
     1161. Go to All Export › New Export.
     1172. Select the post type that you want to export.
     1183. Configure the export columns.
     1194. Leave the Export Type set to CSV File.
     1205. Run the export and download the export file.
     121
     122= How do I export WordPress data to Excel? =
     123
     1241. Create a new export at All Export › New Export.
     1252. Choose the post type that you wish to export.
     1263. Select your export columns.
     1274. Change the Export Type to Excel File.
     1285. Complete the export and download the export file.
     129
     130= How do I export WordPress data to XML? =
     131
     1321. Start a new export in All Export › New Export.
     1332. Select the export post type from the dropdown list.
     1343. Set up your export columns.
     1354. Change the Export Type to Feed › Simple XML Feed.
     1365. Finish the export and download the export file.
     137
     138= How do I export an entire WordPress site? =
     139
     140By default, WordPress offers a native tool to export all WordPress data. To export a WordPress site entirely and manually, you can also export the WordPress database and then download the WordPress files from your server via SFTP or FTP.
     141
     142With our plugin, you can export the post types or custom post types available on your WordPress site, but you can't export your full site at once. You have to export one post type at a time.
     143
     144= How do I export WordPress media? =
     145
     146To export media from your WordPress site, you must export the post type or custom post type associated with the media that you wish to export. For example, if you have multiple images attached to posts, you need to export the WordPress posts to obtain those images.
     147
     148= What types of data can I export from WordPress? =
     149
     150You can export every type of data, including posts, pages, categories, tags, users, comments, custom data, images, and all types of WooCommerce data.
     151
     152= Can I export WordPress data in different languages? =
     153
     154Yes. You can export text in more than 40 languages when using the [WordPress Multilingual Plugin (WPML)](https://wordpress.org/plugins/woocommerce-multilingual/).
     155
     156= How do I schedule WordPress exports? =
     157
     158To schedule WordPress exports, you can either manually create cron jobs on your server or use our automatic service to schedule your exports directly from our interface.
     159
     160= Can I export custom WordPress data added by a plugin or extension? =
     161
     162Yes. Our plugin automatically detects all custom fields, categories, and tags created by any WordPress theme or plugin. You can export this custom data the same way that you export regular data.
     163
     164= How do I migrate WordPress data to another website? =
     165
     1661. Export the WordPress data that you want to migrate.
     1672. Download the Bundle option, which includes import instructions.
     1683. Import the bundle file on the destination site.
     1694. WP All Import will automatically configure itself using the bundle file.
     1705. Complete the import and review your migrated data.
     171
     172= How do I bulk edit WordPress data? =
     173
     1741. Export the WordPress data that you want to edit.
     1752. Open the export file in your favorite spreadsheet app.
     1763. Perform your bulk edits.
     1774. Import the modified file back into WordPress.
     1785. Review the affected data to make sure the changes were applied.
     179
     180= How do I get support? =
     181
     182If 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.
    111183
    112184== Changelog ==
  • wp-all-export/trunk/readme.txt

    r2890947 r2932866  
    109109* Upload the plugin from the Plugins page in WordPress
    110110* Unzip wp-all-export.zip and upload the contents to /wp-content/plugins/, and then activate the plugin from the Plugins page in WordPress
     111
     112== Frequently Asked Questions ==
     113
     114= How do I export WordPress data to CSV? =
     115
     1161. Go to All Export › New Export.
     1172. Select the post type that you want to export.
     1183. Configure the export columns.
     1194. Leave the Export Type set to CSV File.
     1205. Run the export and download the export file.
     121
     122= How do I export WordPress data to Excel? =
     123
     1241. Create a new export at All Export › New Export.
     1252. Choose the post type that you wish to export.
     1263. Select your export columns.
     1274. Change the Export Type to Excel File.
     1285. Complete the export and download the export file.
     129
     130= How do I export WordPress data to XML? =
     131
     1321. Start a new export in All Export › New Export.
     1332. Select the export post type from the dropdown list.
     1343. Set up your export columns.
     1354. Change the Export Type to Feed › Simple XML Feed.
     1365. Finish the export and download the export file.
     137
     138= How do I export an entire WordPress site? =
     139
     140By default, WordPress offers a native tool to export all WordPress data. To export a WordPress site entirely and manually, you can also export the WordPress database and then download the WordPress files from your server via SFTP or FTP.
     141
     142With our plugin, you can export the post types or custom post types available on your WordPress site, but you can't export your full site at once. You have to export one post type at a time.
     143
     144= How do I export WordPress media? =
     145
     146To export media from your WordPress site, you must export the post type or custom post type associated with the media that you wish to export. For example, if you have multiple images attached to posts, you need to export the WordPress posts to obtain those images.
     147
     148= What types of data can I export from WordPress? =
     149
     150You can export every type of data, including posts, pages, categories, tags, users, comments, custom data, images, and all types of WooCommerce data.
     151
     152= Can I export WordPress data in different languages? =
     153
     154Yes. You can export text in more than 40 languages when using the [WordPress Multilingual Plugin (WPML)](https://wordpress.org/plugins/woocommerce-multilingual/).
     155
     156= How do I schedule WordPress exports? =
     157
     158To schedule WordPress exports, you can either manually create cron jobs on your server or use our automatic service to schedule your exports directly from our interface.
     159
     160= Can I export custom WordPress data added by a plugin or extension? =
     161
     162Yes. Our plugin automatically detects all custom fields, categories, and tags created by any WordPress theme or plugin. You can export this custom data the same way that you export regular data.
     163
     164= How do I migrate WordPress data to another website? =
     165
     1661. Export the WordPress data that you want to migrate.
     1672. Download the Bundle option, which includes import instructions.
     1683. Import the bundle file on the destination site.
     1694. WP All Import will automatically configure itself using the bundle file.
     1705. Complete the import and review your migrated data.
     171
     172= How do I bulk edit WordPress data? =
     173
     1741. Export the WordPress data that you want to edit.
     1752. Open the export file in your favorite spreadsheet app.
     1763. Perform your bulk edits.
     1774. Import the modified file back into WordPress.
     1785. Review the affected data to make sure the changes were applied.
     179
     180= How do I get support? =
     181
     182If 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.
    111183
    112184== Changelog ==
Note: See TracChangeset for help on using the changeset viewer.