![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/gg.corals.io/wp-content/plugins/strong-testimonials/templates/modern/ |
<?php /** * Template Name: Modern * Description: A modern template designed for slideshows or single testimonials. Looks great with manual or automatic excerpts. */ $continuous_slide = ( isset( $atts['slideshow_settings']['continuous_sliding'] ) && '1' == $atts['slideshow_settings']['continuous_sliding'] ) ? 'true' : 'false'; do_action( 'wpmtst_before_view' ); ?> <div class="strong-view <?php wpmtst_container_class(); ?>"<?php wpmtst_container_data(); ?>> <?php do_action( 'wpmtst_view_header' ); ?> <div class="strong-content <?php wpmtst_content_class(); ?>"> <?php do_action( 'wpmtst_before_content',$atts ) ?> <?php while ( $query->have_posts() ) : $query->the_post(); ?> <div class="<?php wpmtst_post_class($atts); ?>"> <div class="wpmtst-testimonial-inner testimonial-inner"> <?php do_action( 'wpmtst_before_testimonial' ); ?> <div <?php echo ('slideshow' == $atts['mode']) ? 'data-infinite-loop="'.esc_attr($continuous_slide).'"' : ''; ?> class="wpmtst-testimonial-content testimonial-content"> <?php wpmtst_the_title( 'h3', 'wpmtst-testimonial-heading testimonial-heading' ); ?> <?php wpmtst_the_content(); ?> <?php do_action( 'wpmtst_after_testimonial_content' ); ?> </div> <?php wpmtst_the_thumbnail(); ?> <?php wpmtst_the_client(); ?> <div class="clear"></div> <?php do_action( 'wpmtst_after_testimonial' ,$atts); ?> </div> </div> <?php endwhile; ?> <?php do_action( 'wpmtst_after_content',$atts ) ?> </div> <?php do_action( 'wpmtst_view_footer' ); ?> </div> <?php do_action( 'wpmtst_after_view' ); ?>