I’m trying to use the trunchtml plug-in, it limits the characters as expected, but is not closing all the html tags. Am I doing something wrong?
{exp:trunchtml chars="150" ending="<a href='{url_title_path={my_weblog}/comments}'>...Read Full Workout</a>"}{body}{/exp:trunchtml}
The “body” field usually has an html bulleted list in it and that’s where the problems lies - the truchtml tag isn’t closing the <li> or <ul> tags.