'tf_testimonials', 'posts_per_page' => -1, 'orderby' => 'menu_order', 'order' => 'ASC', 'status' => 'publish' ); $testimonials = get_posts( $args ); $the_title = get_option('alpha-title'); $layout = get_option('alpha-layout'); $delay = get_option('alpha-delay'); $autoplay = get_option('alpha-autoplay'); if( $testimonials ): $output = '
'; $output .= '
'; $output .= ( !empty( $the_title ) ? ('

' . $the_title . '

' ) : '' ); $output .= '
'; $output .= '
'; wp_reset_postdata(); return $output; } //initializating function public static function initialize() { self::setup(); } } } ?>