'blog-item-image img-responsive', 'alt' => get_the_title() ) ); ?> 'page-image img-responsive', 'alt' => get_the_title() ) ); elseif(is_page_template('page-templates/team-member-page.php')): the_post_thumbnail('atlast_business_single-team', array( 'class' => 'page-image single-team-image img-responsive', 'alt' => get_the_title() ) ); else: the_post_thumbnail('atlast_business_layout-1-image', array( 'class' => 'blog-item-image img-responsive', 'alt' => get_the_title() ) ); endif; // if is single ?>