內容簡介
如果您曾經想要在 WordPress 中標記媒體內容,現在您可以了。標籤可以提供對來自不同文章的不同媒體進行全面組織。每個標籤都像一個獨立的群組一樣工作。具有相同標籤的媒體可以通過點擊媒體庫中的標籤名稱進行篩選。這有助於您組織大量媒體,甚至更多:使用短代碼,您可以像畫廊一樣顯示具有特定標籤的所有媒體。
功能
標記媒體內容的能力
媒體標籤的獨立分類
在媒體庫中顯示標籤
上傳期間的額外媒體標籤字段
支援短代碼中的多個標籤
英語和德語本地化
無需編碼
自定義圖像大小
用法
要顯示具有名為“ Flowers”和“ Screenshots”的標籤的 5 張圖片,您可以在 HTML 檢視中手動添加以下短代碼:
[mediatag name=”flowers, screenshots” size=”thumbnail” number=5]
顯示所有標記為“ Flowers”和“ Screenshots”的圖像為 80 x 80 像素,並具有 HTML 類名為“ demo”:
[mediatag name=”flowers, screenshots” size=”80, 80″ class=”demo”]
name
(字串) 用逗號分隔的標籤名稱或標籤
size
縮略圖(默認最大 150px x 150px)
中等大小(默認最大 300px x 300px)
大尺寸(默認最大 640px x 640px)
全部(原始分辨率)
80, 80(例如 80 x 80 像素)
number
(整數) 您想要顯示的圖像數量。輸入“-1”來顯示所有圖像。
class
(字串) 您喜歡的類名稱
如果您想在模板中添加特定標籤的所有媒體,請使用此代碼:
除了上面的縮略圖大小之外,您還可以使用縮略圖大小。
相關鏈接
主頁
更新記錄
問題
資訊
示範
注意:
在安裝或升級新插件之前,請先備份您的資料庫!
謝謝
感謝所有使用我的插件的人,給予建議和幫助進一步開發它。
外掛標籤
開發者團隊
原文外掛簡介
If you ever wanted to tag your media contents in WordPress, now you can. Tags can provide a comprehensive organization of different medias from different posts. Each tag is working like an own group. Medias with the same tags can be filtered by clicking on their tag names inside the media library. This helps you to organize a large amount of medias and even more: With a shortcode you can display all medias from a specific tag like a gallery.
Features
Ability to tag media contents
Separate taxonomy for media tags
Displaying tags in library
Extra field for media tags during upload
Support for multiple tags in shortcode
Localization in English and German
No coding needed
Custom image sizes
Usage
To display 5 images which have a tag named ‘Flowers’ and ‘Screenshots’ you can manually add the following shortcode in HTML view:
[mediatag name=”flowers, screenshots” size=”thumbnail” number=5]
Display all images which are tagged with ‘Flowers’ and ‘Screenshots’ in 80 x 80 Pixel with the HTML class ‘demo’:
[mediatag name=”flowers, screenshots” size=”80, 80″ class=”demo”]
name
(string) The name of the tag or tags separated by comma
size
thumbnail (default 150px x 150px max)
medium (default 300px x 300px max)
large (default 640px x 640px max)
full (original resolution)
80, 80 (80 x 80 Pixel for example)
number
(integer) The amount of images you want do display. Type ‘-1’ to show all images.
class
(string) The name of your favored class
If you want to add all medias from a specific tag in your template use this code:
Instead of thumbnail you can use the thumbnail sizes like above.
Related Links
Homepage
Changelog
Questions
Information
Demonstration
Note:
Before installing or upgrading new plugins, please backup your database first!
Thanks
Thanks to all people out there using my plugin, giving ideas and help to develop it further.
