' . esc_html( $benevolent_community_section_title ) . '
';
if( $benevolent_community_post_one || $benevolent_community_post_two || $benevolent_community_post_three || $benevolent_community_post_four ){
$community_posts = array( $benevolent_community_post_one, $benevolent_community_post_two, $benevolent_community_post_three, $benevolent_community_post_four );
$community_posts = array_filter( $community_posts );
$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 '