這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Export Plus

外掛說明

The export tool built into WordPress limits how you can export your data by giving you a restrictive UI and very few options. This plugin fixes that by adding a new export page with more flexible options through the cunning use of checkboxes (instead of radio buttons). By using “Export Plus” you can easily export any selection of post types filtered by author, date and status across all of them, not just the built-in ones.

See the plugin screenshots for the differences that “Export Plus” provides.

I originally submitted this as a patch to WordPress Core, but it doesn’t look like it’s going to be added so I decided to release it as a plugin instead.

Want to contribute? Fork the GitHub repository.

螢幕擷圖

  • The export tool provided by this plugin with a few custom post types included.

安裝方式

Installing “Export Plus” can be done either by searching for “Export Plus” via the “Plugins > Add New” screen in your WordPress dashboard, or by using the following steps:

  1. Download the plugin via WordPress.org
  2. Upload the ZIP file through the ‘Plugins > Add New > Upload’ screen in your WordPress dashboard
  3. Activate the plugin through the ‘Plugins’ menu in WordPress

常見問題集

Will this plugin’s export file work with the WordPress importer?

Yes – the export file generated by this plugin is identical to the one generated by the built-in export tool, so it will work with the WordPress importer. The difference is that this plugin provides more options for how you export your data.

Does this plugin replace the built-in export tool?

No – it adds a secondary export page that you can use instead of WordPress’ built-in one. However, if you would like to hide the built-in export tool from the menu simply add this code to your theme’s functions.php file: add_filter('export_plus_hide_export', '__return_true');.

使用者評論

2019 年 10 月 27 日
In a see of annoying freemium plugins, this was a godsend. Helped make a tricky migration quick. Great.
閱讀全部 8 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Export Plus〉的開發相關工作。

參與者

將〈Export Plus〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0

  • 2014-09-29
  • Initial release #boom