-

ワードプレス、TOPページに固定ページのアイキャッチ画像を表示させたい場合のプログラムを教えて欲しいのですが。。。。現在のテーマはthalliumityで投稿のアイキャッチが表示されるように設定されています。

みんなの回答 1 件

名無しさんの回答

get_the_post_thumbnailという関数を使えば出来るはずです。

Function Reference/get the post thumbnail > WordPress Codex

http://codex.wordpress.org/Function_Reference/get_the_post_thumbnail
<?php echo get_the_post_thumbnail( $post_id, $size, $attr ); ?>
名無し

ありがとうございました!

最終更新日:2011-11-24 (7,026 views)

関連するトピックス

ページ上部に戻る