$posts_number, 'ignore_sticky_posts' => true ) );
if ( $loop->have_posts() ) {
while ( $loop->have_posts() ) {
$loop->the_post();
get_template_part( 'template-parts/blog-posts', get_post_format() );
}
} else {
get_template_part( 'template-parts/content', 'none' );
} ?>
";
} ?>