";
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();
}
?>
'' . esc_html__( 'Pages:', 'business-craft' ),
'after' => '
',
) );
?>