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

downloadable gallery

説明

A shortcode which shows an gallery of downloadable images. The basic idea was to have an easy way to make some images available for download.
For a working demo see: http://plugins.funsite.eu/downloadable-gallerie/

ショートコード

[downloadable_images taxonomy="gallery" slug="wallpaper"]

The default for taxonomy is gallery, the default slug is “wallpaper”. So the above could also be used as

[downloadable_images]

I use this plugin together with “Enhanced Media Library” (https://wordpress.org/plugins/enhanced-media-library/) which enables a taxonomy on the
media library (besides other features)

This plugin implements a custom thumbnail size of 300px width so probably you will have to regenerate thumbnails too. As a minimum for the
photo’s shown if they are already uploaded. New uploaded photo’s will generate this thumbnail automatically.

スクリーンショット

  • preview

インストール

  1. Upload plugin-name.php to the /wp-content/plugins/ directory
  2. WordPress の「プラグイン」メニューからプラグインを有効化してください
  3. Add the shortcode to a page.
  4. regenerate thumbnails for the photo’s which you want to show.

FAQ

Why??

I wanted to share some of my work as wallpaper and needed a simple and easy way to do this.

評価

このプラグインにはレビューがありません。

貢献者と開発者

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

貢献者

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

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

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

変更履歴

1.3

Some changes to the basic_plugin_class which, regretfully, isn’t allowed to have it’s own plugin anymore.

1.2

fixed some minor bugs

1.1

  • rewrote the plugin to a classbased version avoiding clashes with other plugins
  • made it translatable and added a dutch translation
  • removed the fontello font and replaced it with an wordpress dashicon.

1.0

  • First release