>
', '' ); } if ( 'post' === get_post_type() ) : ?>
→', 'business-craft' ), array( 'span' => array( 'class' => array() ) ) ), the_title( '"', '"', false ) ) ); } elseif ( 'thumbnail-and-full-post' == $business_craft_archive_layout ) { if ( 'full' == $business_craft_archive_image_align ) { echo "
"; the_post_thumbnail('full'); } else { echo "
"; the_post_thumbnail('medium'); } echo "
";/*div end*/ the_content( sprintf( /* translators: %s: Name of current post. */ wp_kses( __( 'Continue reading %s ', 'business-craft' ), array( 'span' => array( 'class' => array() ) ) ), the_title( '"', '"', false ) ) ); } else { if ( 'full' == $business_craft_single_image_align ) { echo "
"; the_post_thumbnail('full'); echo "
"; } elseif ( 'left' == $business_craft_single_image_align || 'right' == $business_craft_single_image_align ) { echo "
"; the_post_thumbnail('medium'); echo "
"; } /*div end*/ the_excerpt(); } ?> '', ) ); ?>