我想说,您必须按类别名称或类别ID运行查询,使用WP_Query:
$query = new WP_Query( \'cat=cat_ID\', \'posts_per_page\' => 4 );
也许吧
get_posts()
在这种情况下更合适(帖子数组)
EDIT: 在编辑中使用get_the_post_thumbnail( $post->ID, \'thumbnail\')
相反,小不是默认大小
EDIT2: 最好使用the_title_attribute()
而不是the_title()
如果在HTML属性中:
title="\'.the_title_attribute($post->ID).\'"
如果您在标题中使用引号,它将对其进行转义,从而不会破坏HTML