Limit character length for new blurbs, etc.
I'm displaying some blog blurbs on the home page of a website I'm working on... I am just displaying the TITLE and a Read More link, but I want to limit the number of characters of the TITLE. If anyone could help, or provide some insight I would appreciate it. Thanks in advance.
Comments
https://codeigniter.com/user_guide/helpers/text_helper.html
$post->title_excerpt(15)
$post->title_excerpt('50')