No posts found.

'; } ?>
>
'. get_theme_mod( 'ti_frontpage_boxone_title' ) .''; } if ( get_theme_mod( 'ti_frontpage_boxone_content' ) ) { echo '

'. get_theme_mod( 'ti_frontpage_boxone_content' ) .'

'; } else { echo '

'. __( 'Go to Appearance - Customize, to add content.', 'ti' ) .'

'; } ?>
'. get_theme_mod( 'ti_frontpage_boxtwo_title' ) .''; } if ( get_theme_mod( 'ti_frontpage_boxtwo_content' ) ) { echo '

'. get_theme_mod( 'ti_frontpage_boxtwo_content' ) .'

'; } else { echo '

'. __( 'Go to Appearance - Customize, to add content.', 'ti' ) .'

'; } ?>
'. get_theme_mod( 'ti_frontpage_boxthree_title' ) .''; } if ( get_theme_mod( 'ti_frontpage_boxthree_content' ) ) { echo '

'. get_theme_mod( 'ti_frontpage_boxthree_content' ) .'

'; } else { echo '

'. __( 'Go to Appearance - Customize, to add content.', 'ti' ) .'

'; } ?>

'; } else { echo ''; } if ( get_theme_mod( 'ti_frontpage_article_title' ) ) { echo '

'. get_theme_mod( 'ti_frontpage_article_title' ) .'

'; } else { echo '

'. __( 'About our services', 'ti' ) .'

'; } if ( get_theme_mod( 'ti_frontpage_article_content' ) ) { echo get_theme_mod( 'ti_frontpage_article_content' ); } else { ?>


'. get_theme_mod( 'ti_frontpage_testimonials_title' ) .''; } else { echo '

'. __( 'What our customers says', 'ti' ) .'

'; } ?>
'testimonials', 'posts_per_page' => '4', ); $wp_query = new WP_Query( $args ); if ( $wp_query->have_posts() ) { while ( $wp_query->have_posts() ) { $wp_query->the_post(); $featured_image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'single-post-thumbnail' ); ?>