'page', 'orderby' => 'post__in', 'post__in' => $testimonial_select_page_array, ) ); if ($testimonial_page_query->have_posts()): while ($testimonial_page_query->have_posts()): $testimonial_page_query->the_post(); ?>
'; echo esc_html(wp_trim_words(get_the_content(), 25, '...')); echo ''; echo esc_html__('Learn More', 'biziness') . ' ' . biziness_get_theme_svg('arrow-right') . ' '; echo ''; echo '

'; } ?>