' . esc_html( $community_section_title ) . '

'; if( $community_post_one || $community_post_two || $community_post_three || $community_post_four ){ $community_posts = array( $community_post_one, $community_post_two, $community_post_three, $community_post_four ); $community_posts = array_diff( array_unique( $community_posts ), array('') ); $community_qry = new WP_Query( array( 'post_type' => 'post', 'posts_per_page' => -1, 'post__in' => $community_posts, 'orderby' => 'post__in', 'ignore_sticky_posts' => true ) ); if( $community_qry->have_posts() ){ echo '
'; while( $community_qry->have_posts() ){ $community_qry->the_post(); if( has_post_thumbnail() ){ ?>
'image' ) ); ?>
'; } }