jacksaidwhat on 05/08/11
Last Edited at 05/08/11 03:45am
// Replace 34 with the number of characters to display. <?php $title = the_title('','',FALSE);echo substr($title, 0,34); if (strlen($title) > 34) echo "..."; ?>
Report this snippet Tweet
Comment:
You need to login to post a comment.