'. esc_html( $heading ).''; } if ( $separator_top ) { echo "
"; } if( ! empty( $subheading ) ) { echo '

'. esc_html( $subheading ) .'

'; } ?>
$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' ); } ?>
"; } ?>