esedic
6/23/2019 - 9:11 AM

Joomla string truncate with ellipsis, preserving html tag

Joomla string truncate with ellipsis, preserving html tag

<?php
// ads ellipsis(...) outside of html tag
JHtml::_('string.truncateComplex', $item->introtext, 150, true)
?>