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

Export Post Info

螢幕截圖

  • Plugin settings after install: No random string saved so no export CSV is generated.
  • Plugin settings after saving random string. String is set and export file is created.
  • Plugin settings when you access and the file is created.

安裝

  1. First you will have to upload the plugin to the /wp-content/plugins/ folder.
  2. Then activate the plugin in the plugin panel.
  3. Go to SETTINGS / EXPORT POST INFO.
  4. Save a random string to make it harder for somebody to access your exported data.
  5. Download your CSV file.

常見問題

Why did you make this plugin?

We couldn’t find a plugin that would give us the functionality we were looking for:
1) Export publish date.
2) Export word count.
3) Easy translation of the plugin into other languages. So far English and Spanish translations are included.

Why do I have to setup a random string for the name of the export CSV file?

Other plugins always export the file with the same name and in the same folder so it’s easy to access this file. We don’t want that this file can be easily found, so we decided to let you setup a random string to make the file name harder to guess.

Does Export Post Info make changes to the database?

Yes. It created an entry in the options table where the random string is stored.

How can I check out if the plugin works for me?

Install and activate. Go to settings / Export Post Info. Save random string. And download CSV file.

How can I remove Export Post Info to CSV?

You can simply activate, deactivate or delete it in your plugin management section.

Which PHP version do I need?

This plugin has been tested and works with PHP versions 5.5 and greater. WordPress itself recommends using PHP version 7.3 or greater. If you’re using a PHP version lower than 5.5 please upgrade your PHP version or contact your Server administrator.

Are there any known incompatibilities?

Yes. On a multi-language site the export will not work correctly.

Is this plugin compatible with WPML

Yes, but only the posts of the main language are exported. Post in secondary languages are not exported at this moment. We are working on this because we would like to have this feature but for us it isn’t easy to code.

Are there any server requirements?

Yes. The plugin requires a PHP version 5.5 or higher and we recommend using PHP version 7.3 or higher.

Do you make use of Export Post Info to CSV yourself?

Of course we do. That’s why we created it. 😉

評價

2024年2月5日
It’s a shame that you have to create a plugin for such a simple operation, but this is entirely due to the lack of WordPress. Thank you for saving lives. We need people like you!
2023年12月4日
Excellent plugin! Made my life easier! Highly recommended and thank you for this plugin <3
2022年10月23日
Thanks team, this is working like a charm, and as others have said, a huge time saver Just my $0.2: As in the plugin info: “Please note that only posts with status “publish”, “future” or “private” are exported.” Indeed … but because it is nicely coded and clear … just open plugin’s functions.php and comment/uncomment the correct line and you will have all other status you need
閱讀全部13個評價

貢獻者及開發者

“Export Post Info” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Export Post Info 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

1.3.0 (19/Sep/2022)

  • FIX: Remove screen_icon function call which is deprecated.

1.2.1 (19/Sep/2022)

  • Security update: Please update your plugin. We escaped data to increase your security.

1.2.0 (06/Sep/2022)

  • Security update: Please update your plugin. We escaped data to increase your security.
  • Corrected PHP notices when debug was active.

1.1.0 (25/Aug/2019)

  • Now posts with status published, future and private are exported. Until now only posts with status published were exported.
  • Added post status column to the export file.
  • PHP version must be 5.6 or higher. Recommended PHP version: 7.3.

1.0.4 (08/Abr/2017)

  • Cleaned up code + Changed functions name to be unique and avoid conflicts with other plugins or themes.

1.0.3 (07/Abr/2017)

  • Added check for PHP version when activating the plugin. PHP version must be 5.5 o greater.

1.0.2 (07/Abr/2017)

  • Solved error in Word Count with words containing UTF-8 characters.

1.0.1 (07/Abr/2017)

  • Word count would not count all words of a post if a tag was present.

1.0.0 (07/Abr/2017)

  • First official release.