Deze plugin is niet getest met de laatste drie grote versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Er kunnen ook compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

WP All Image Sizes

Beschrijving

By default, WordPress creates 3 sizes for every uploaded image (using the default image uploader): thumbnail, medium and large.
Since version 2.9, WordPress has added post thumbnail feature that allows us to add more image sizes in order to use them more flexibly in loops, sliders or in other parts of the theme.

In many cases when you want to give user options of image size to show them in some areas such as in a popular widget, related posts area, slides, etc., you’re facing the problem of listing all registered image sizes in WordPress.

This plugin solves this problem by adding a box in the sidebar of the attachment page (wp-adming/post.php), listing all registered image sizes and links to view them.

All the registered image sizes can be chosen also in the Media Uploader.

Schermafbeeldingen

  • Screenshot of the meta box in the attachment page
  • Screenshot of the Media Uploader in Wordpress 3.7

Installatie

  1. Upload wp-all-image-sizes to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Click on the link of one image of the media library and use it.
  4. Try to add an image in a post/page using the media uploader, and you are able to choose among all registered image sizes.

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“WP All Image Sizes” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “WP All Image Sizes” naar jouw taal.

Interesse in ontwikkeling?

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

Changelog

0.2

  • List all image sizes in Media Uploader