是否有人可以帮助我找出,如何在类别标签下显示每个帖子的所有相关精选图片?我使用的是WordPress 3.9.2,这是网站链接:http://www.thebodyshop.ie/blog/whats-hot/
谢谢,
答案 0 :(得分:0)
假设您对帖子缩略图和循环中的有主题支持:
echo get_the_post_thumbnail( 'thumbnail' );
请参阅http://codex.wordpress.org/Function_Reference/get_the_post_thumbnail