Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Generate Post Thumbnails

Beschrijving

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:

Schermafdrukken

  • Plugin management page

Installatie

  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.

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“Generate Post Thumbnails” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “Generate Post Thumbnails” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

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