badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Service widget content displayed on main page

#40931

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!