2011年11月9日 星期三

出現特色圖片

有時裝上某些 theme 會有 "設定特色圖片" (thumbnail) 但有些沒有...
在 主題編輯器下 (theme editor) 的 function.php 中加入下列一行 PHP 指令, 即會跑出 "設定特色圖片" 選項了!
add_theme_support('post-thumbnails');

使用方式

在使用頁面上
<?php the_post_thumbnail('featured-small'); ?>


來源
http://yinung2.blogspot.com/2010/12/wordpress_15.html

沒有留言:

張貼留言