esc_html__( 'Testimonials', 'alchemist' ), ); // Get Jetpack options for testimonial. $jetpack_options = get_theme_mod( 'jetpack_testimonials', $jetpack_defaults ); $headline = isset( $jetpack_options['page-title'] ) ? $jetpack_options['page-title'] : esc_html__( 'Testimonials', 'alchemist' ); $subheadline = isset( $jetpack_options['page-content'] ) ? $jetpack_options['page-content'] : ''; $layouts = 1; $classes[] = 'section testimonial-content-section'; $classes[] = 'layout-one'; if ( ! $headline && ! $subheadline ) { $classes[] = 'no-headline'; } ?>