'. get_theme_mod( 'ti_latestnews_title' ) .'
'; } else { echo '
'. __( 'Latest News', 'ti' ) .'
'; } ?>
'post', 'posts_per_page' => '4', 'ignore_sticky_posts' => true, ); $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' ); ?>