2012-03-17 55 views

回答

1

可以使用

<?php the_post_thumbnail(); ?> 

,或者如果你想只圖像src和並非所有的WordPress的HTML輸出,使用此:

<?php echo get_the_post_thumbnail($page->ID, 'thumbnail'); ?> 

引用:

http://codex.wordpress.org/Function_Reference/the_post_thumbnail

http://codex.wordpress.org/Function_Reference/get_the_post_thumbnail

+0

縮略圖應該看起來像這樣thumbname-150x150.jpg,而不是我得到與img屬性縮小的大圖像或只是特色的圖像。 – Raul 2012-03-17 21:47:20