このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Image Override

説明

When you upload an image, WordPress will automatically scale/crop it to many different sizes. If you’re not happy with the auto-crops, use this plugin to upload an alternative image.

If you have images showing up in your theme already, there’s nothing you need to do after activating this plugin. All WordPress functions that provide the thumbnail should now automatically work with your override image.

This plugin will add a metabox to every post type and allow you to modify every image size (built-in and custom ones added using add_image_size). You can use two filters to change these (image_override_post_types and image_override_sizes). For examples, see the documentation.

Documentation

No support will be provided by the developer

インストール

  1. Upload the image-override folder to your /wp-content/plugins/ directory

  2. Activate the “Image Override” plugin in your WordPress administration interface

  3. Create (or edit) a page or a post with a featured image.

  4. Down below, in the Image Override metabox, upload an alternative image for one of the sizes, and save the post.

  5. Any function you’re currently using to display the image (ex: the_post_thumbnail( ‘medium’ ) ) will now display the new image if the override is applied to that size.

評価

2件のレビューをすべて表示

貢献者と開発者

Image Override はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Image Override” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.2

  • Fixed an issue if you use an array for the image size
  • Update metabox script to version 0.9.3

1.1

  • Add localization

1.0

  • Initial release