该插件尚未通过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/

shortcode

[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.

屏幕截图

  • 预览

安装

  1. Upload plugin-name.php to the /wp-content/plugins/ directory
  2. 通过WordPress的的“Plugins”菜单激活插件
  3. Add the shortcode to a page.
  4. regenerate thumbnails for the photo’s which you want to show.

常见问题

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