20+
安裝啟用
★★★★★
5/5 分(1 則評價)
4840 天前
最後更新
—
問題解決
WordPress 2.7+ v1.3.6 上架:2009-02-11
內容簡介
一個簡單的方法來為您的文章選擇一個預設的縮圖。
與特色圖像核心功能一起運作。
可用於佈景主題使用:
在您想要出現縮圖的地方加入以下函數
<?php if(function_exists('wct_thumb')){ wct_thumb(); } ?>
外掛標籤
開發者團隊
原文外掛簡介
A simple way to choose a default thumbnail for your post.
Works alongside the featured image core functionality.
For theme usage:
Add this function where you want the thumbnail to appear
