📜  相关文章 wordpress 没有插件 - TypeScript 代码示例
📅  最后修改于: 2022-03-11 14:48:32.153000             🧑  作者: Mango
代码示例1
have_posts() ) :
?>
have_posts() ) : $the_query->the_post();
if( has_post_thumbnail() ){
get_template_part( 'template-parts/blog/style-simple-no_content' );
$i++;
}
if( $i == 2 )
break;
endwhile;
?>