Menu

Follow Us

首頁添加文章縮圖功能

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

博主小雪目前處於CET時區,正在努力學習語言中,喜歡探索世界,特別是文化歷史遺跡和博物館,一生所愛日本彩虹樂隊 ( L'Arc-en-Ciel)。

Leave a Reply

Leave a Reply

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