>
', '' ); } 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( 'left' == $business_craft_archive_image_align ) { echo "
"; the_post_thumbnail('medium'); } elseif( 'right' == $business_craft_archive_image_align ) { echo "
"; the_post_thumbnail('medium'); } else { echo "
"; the_post_thumbnail('full'); } 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( 'left' == $business_craft_archive_image_align ) { echo "
"; the_post_thumbnail('medium'); } elseif( 'right' == $business_craft_archive_image_align ) { echo "
"; the_post_thumbnail('medium'); } else { echo "
"; the_post_thumbnail('full'); } echo "
";/*div end*/ the_excerpt(); } ?> '', ) ); ?>