Would it be possible to truncate the blog title? I am using an RSS feed importer and the titles are very long. I'd like to truncate thing on the homepage. Please help.
David
David
<a href="<?php echo $post->getPermalink();?>" class="text-inherit"><?php echo $post->title;?></a>
<a href="<?php echo $post->getPermalink();?>" class="text-inherit"><?php echo JString::substr($post->title, 0, 50);?></a>