內容簡介
這是一個顯示可下載圖像的圖庫簡碼。基本的想法是提供一種簡單的方式,讓一些圖像可以下載。
可於以下連結查看操作範例:http://plugins.funsite.eu/downloadable-gallerie/
簡碼
[downloadable_images taxonomy="gallery" slug="wallpaper"]
預設的分類是 gallery,預設的 slug 為 "wallpaper"。因此,以上也可以寫成以下的形式:
[downloadable_images]
我通常會與 "Enhanced Media Library" 外掛 (https://wordpress.org/plugins/enhanced-media-library/) 一同使用,以啟用媒體庫的分類功能,
除了其他功能之外。
此外掛會實現一個自定義縮略圖大小,寬度為 300px,因此您可能還需要重建缩略图。如果已經上傳了相片,則至少顯示此縮略圖大小。
新上傳的照片將自動產生此縮略圖。
外掛標籤
開發者團隊
原文外掛簡介
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.
