Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Generate Post Thumbnails

Descripción

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:

Capturas

  • Plugin management page

Instalación

  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.

Preguntas frecuentes

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.

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce "Generate Post Thumbnails" a tu idioma.

¿Interesado en el desarrollo?

Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

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