📅  最后修改于: 2022-03-11 14:58:34.699000             🧑  作者: Mango
if ( have_posts() ) :
while ( have_posts() ) : the_post();
// Your loop code
endwhile;
else :
_e( 'Sorry, no posts were found.', 'textdomain' );
endif;