이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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.

FAQ

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.