Hi...just like the title says, the titles in my imported feed are not truncating like they should.
Here is my code...
<?php RSSImport(5, 'http://theparadigmexchange.com/feed/', $truncatetitlechar = '30', $truncatetitlestring = ' ... '); ?>
Here is the page it should be working on...
Am I doing something wrong?