<?php while ( $psots_data->have_posts() ) : $psots_data->the_post();
get_template_part( 'parts/template-parts/content', $latest_layout );
endwhile; ?>
应该是这一句
<?php while ( $psots_data->have_posts() ) : $psots_data->the_post();