";
the_post_thumbnail('medium');
}
elseif( 'right' == $business_craft_single_post_image_align )
{
echo "";
the_post_thumbnail('medium');
}
else
{
echo "
";
the_post_thumbnail('full');
}
echo "
";/*div end*/
}
?>
'
' . esc_html__( 'Pages:', 'business-craft' ),
'after' => '
',
) );
?>