<?php wpn_content_limit(get_the_content(),40); ?> uzun olmuş demek ki. 20 felan deneyin.

uzun olunca sonunda ... çıkması için:

<?php $tit = the_title('','',FALSE); echo substr($tit, 0, 20); if (strlen($tit) > 20) echo " ..."; ?>