/ Published in: PHP
Expand |
Embed | Plain Text
Add to functions.php: function ODD_title($char) { $title = get_the_title($post->ID); $title = substr($title,0,$char); echo $title; } insert into template: <?php ODD_title(20); ?>
You need to login to post a comment.
