全新外掛
安裝啟用
—
尚無評分
6028 天前
最後更新
—
問題解決
WordPress 2.0.2+ v1.0 上架:2009-09-08
內容簡介
此外掛可以自動建立文章圖片的自訂 URL 金鑰和 alt 屬性。
::使用方式::
使用以下程式碼在模板中顯示縮圖
$thumb = get_post_meta($post->ID, “縮圖”, $single = true); $thumb_alt = get_post_meta($post->ID, “縮圖-alt”, $single = true);
(注意:「縮圖」會被您自己的自訂金鑰所取代)
外掛標籤
ms thumbms pluginsauto thumbnailcustom key altauto custom keyauto custom key altauto thumb generatorauto custom key generator
開發者團隊
⬇ 下載最新版 (v1.0) 或搜尋安裝
① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「MS Auto Thumbnail Custom Key Generator」→ 直接安裝(推薦)
② 後台搜尋「MS Auto Thumbnail Custom Key Generator」→ 直接安裝(推薦)
原文外掛簡介
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)
