' . $blog_section_title . '';
$post_count = wp_count_posts()->publish;
if ( $post_count > 3 ) {
echo '
3
);
$blog_list_posts = new WP_Query( $blog_list_args );
?>
have_posts() ) :
while( $blog_list_posts->have_posts() ) : $blog_list_posts->the_post() ?>
>
', '' ); ?>