1, 'post_type' => 'page', 'page_id' => $select_about_page,) ); if ($enable_about_section) { ?>
have_posts()): while ($about_page_query->have_posts()): $about_page_query->the_post(); $featured_image = wp_get_attachment_image_src(get_post_thumbnail_id(), 'large'); $featured_image = isset($featured_image[0]) ? $featured_image[0] : ''; ?>
', ''); ?>
'; echo esc_html(wp_trim_words(get_the_content(), 80, '...')); echo '

'; } ?>