January 4, 2016 at 7:11 am
#40931
Theme Horse Support Team
Keymaster
Hi info110,
Oh Sorry! just add this below code
<?php $service_excerpt = get_the_excerpt();
$service_content = substr($service_excerpt, 0, 10);
echo $service_content;
?>
Hope this may help you
Thank you!