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

Generate Post Thumbnails

설명

This plugin generates Featured Image for all posts at once.

It is based on WordPres 2.9+ feature – Post Thumbnails. This plugin takes the first image (by default) from post body and assignes it as a post Featured Image. It helps if your theme supports post thumbnails feature and you want to assign Featured Image for all your existing posts.

Plugin performs mass manipulation on posts Featured Image property and uploads files if they are stored externally. Don’t forget to backup your files and database before using this plugin.

It displays log of success/fails. There is also a feature to remove all Featured Images from all posts – this only changes post setting, no actual files are removed.

Related Links:

스크린샷

  • Plugin management page

설치

  1. Extract zip in the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Open the plugin management page, which is located under Tools -> Generate Thumbnails. If you get plugin warning, that means either your theme does not support WordPress Post Thumbnails feature or your WordPress version is lower than 2.9. See related links for more information.
  4. Set overwrite parameter, if you want existing post thumbnails to be overwritten by generated thumbnails.
  5. Set the number of the post image, that you want to be used as your post thumbnail.
  6. Click on Generate Thumbnails and wait until process is finished.

FAQ

What image will be used as post thumbnail?

You can specify image number that will be used as post thumbnail. By default it takes the first image in the post body. If this image was uploaded on server plugin assigns it as a post thumbnail. If the image is externally hosted, plugin will upload it on server, attach to post and assign as thumbnail.

If there is no image for specified image number in the post, then no thumbnail will be stored for this post. If Overwrite parameter is checked, then if the post already has thumbnail old thumbnail will be removed.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Generate Post Thumbnails”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Generate Post Thumbnails”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

0.8

  • Tested with WP 3.1
  • Added url decoding
  • Added live log
  • Removing thumbnails feature

0.7

  • Fixed the bug when external images contain query parameters

0.6

  • Uploading of externally hosted images tries several methods for different configurations
  • Relative paths support fixed

0.5

  • Added support of externally hosted images

0.4.1

  • Released plugin initial version