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