Menu

首頁添加文章縮圖功能

2010/05/21 0 Min Read

在functions.php 中開啟WordPress的自帶縮圖功能。
[code type=php]
< ?php// 支援 WordPress 2.9 的自帶縮圖功能 if ( function_exists( 'add_theme_support' ) ) { add_theme_support( 'post-thumbnails' ); } ?>[/code]

在 index.php 中的the_content 之前添加以下代碼

[code type=php]< ?php if ( has_post_thumbnail() ) : ?>

Written By

博主小雪出沒於魔都,目前工作是後端程序員,喜歡旅遊,特別是文化歷史遺跡和博物館,一生所愛日本彩虹樂隊 ( L'Arc-en-Ciel) ,家有橘貓朵朵一隻。

Leave a Reply

Leave a Reply

您的电子邮箱地址不会被公开。 必填项已用 * 标注

了解 花開未央 的更多信息

立即订阅以继续阅读并访问完整档案。

Continue reading