前言介紹
- 這款 WordPress 外掛「MS Auto Thumbnail Custom Key Generator」是 2009-09-08 上架。
- 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
- 上一次更新是 2009-09-16,距離現在已有 5709 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 2.0.2 以上版本才可以安裝。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
ms thumb | ms plugins | auto thumbnail | custom key alt | auto custom key | auto custom key alt | auto thumb generator | auto custom key generator |
內容簡介
此外掛可以自動建立文章圖片的自訂 URL 金鑰和 alt 屬性。
::使用方式::
使用以下程式碼在模板中顯示縮圖
$thumb = get_post_meta($post->ID, “縮圖”, $single = true); $thumb_alt = get_post_meta($post->ID, “縮圖-alt”, $single = true);
(注意:「縮圖」會被您自己的自訂金鑰所取代)
原文外掛簡介
This plugin can create automaically custom key of url and alt of the post image.
::usage::
use below code to show thumbnail in your template
$thumb = get_post_meta($post->ID, “Thumbnail”, $single = true); $thumb_alt = get_post_meta($post->ID, “Thumbnail-alt”, $single = true);
(note: “Thumbnail” will be replaced by your own custom key)
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「MS Auto Thumbnail Custom Key Generator」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
暫無相關外掛推薦。