echo substr(get_the_excerpt(), 0,200)."…";
Additional options:
– http://smallenvelop.com/limit-post-excerpt-length-in-wordpress/
echo substr(get_the_excerpt(), 0,200)."…";
Additional options:
– http://smallenvelop.com/limit-post-excerpt-length-in-wordpress/