如何在WordPress的类别选项卡下显示帖子特色图像
问题描述:
Is there anyone who could help me to find out, how to display all relevant featured image for each post under the category tab? I'm using the WordPress 3.9.2 and this is the website link : http://www.thebodyshop.ie/blog/whats-hot/
Thanks,
是否有人可以帮助我找出,如何显示该类别下每个帖子的所有相关特色图片 标签? 我正在使用WordPress 3.9.2,这是网站链接: http:// www。 thebodyshop.ie/blog/whats-hot/ p>
谢谢, p> div>
答
Assuming you have theme support for post thumbnails and within the loop:
echo get_the_post_thumbnail( 'thumbnail' );
See http://codex.wordpress.org/Function_Reference/get_the_post_thumbnail