' . $blog_section_title . ''; $post_count = wp_count_posts()->publish; if ( $post_count > 3 ) { echo ' ' . esc_html__( 'View All', 'atomic-blocks' ) . ''; } } ?>
3 ); $blog_list_posts = new WP_Query( $blog_list_args ); ?> have_posts() ) : while( $blog_list_posts->have_posts() ) : $blog_list_posts->the_post() ?>
'; echo '
'; echo do_shortcode( '[jetpack-related-posts]' ); echo '
'; echo ''; } ?>