20+
安裝啟用
★★★★★
5/5 分(1 則評價)
4198 天前
最後更新
—
問題解決
WordPress 3.0.1+ v1.0 上架:2014-11-03
內容簡介
當您剛發布一篇新文章時,您可能有點懶得上傳「特色圖片」。如果您下載並啟用此外掛程式,您將會感到非常喜悅,因為此外掛程式會自動將您的文章中的圖片用作您的網站文章縮圖。
您只需要將以下程式碼複製到縮圖位置的碼裡:
<?php echo do_shortcode('[thumbnails]'); ?>
如果您希望設定縮圖的寬度和高度,您可以使用以下程式碼:
<?php echo do_shortcode('[thumbnails width="100" height="100"]'); ?>
外掛標籤
開發者團隊
原文外掛簡介
When you have a new post. you are lazy upload Feature Image. if you download and activate this plugin. you will be happy. Because this plugin will get your image in your post to show your post on your website
you should copy this code to your position code of thumbnails
if you want to set about width and height
