the_title
<a href="<?php the_permalink() ?>">
<?php
$thetitle = $post->post_title;
$getlength = strlen($thetitle);
$thelength = 25;
echo substr($thetitle, 0, $thelength);
if ($getlength > $thelength) echo "...";
?>
</a>
I found the code:Open your index.php or whatever area you want to limit your character.
Then replacewith this code.PHP:the_title
PHP:<a rel="nofollow" href="<?php the_permalink() ?>"> <?php $thetitle = $post->post_title; $getlength = strlen($thetitle); $thelength = 25; echo substr($thetitle, 0, $thelength); if ($getlength > $thelength) echo "..."; ?> </a>
$postheader .= '<h3 class="entry-title"><a href="' . get_permalink() . '" rel="bookmark">' . get_the_title() . '</a></h3>';
[COLOR=#0000BB][FONT=monospace][I]$thetitle [/I][/FONT][/COLOR][COLOR=#007700][FONT=monospace][I]= [/I][/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]get_the_title[/FONT][/COLOR][COLOR=#007700][FONT=monospace]()[/FONT][/COLOR][COLOR=#007700][FONT=monospace][I];
[/I][/FONT][/COLOR][COLOR=#0000BB][FONT=monospace][I]$getlength [/I][/FONT][/COLOR][COLOR=#007700][FONT=monospace][I]= [/I][/FONT][/COLOR][COLOR=#0000BB][FONT=monospace][I]strlen[/I][/FONT][/COLOR][COLOR=#007700][FONT=monospace][I]([/I][/FONT][/COLOR][COLOR=#0000BB][FONT=monospace][I]$thetitle[/I][/FONT][/COLOR][COLOR=#007700][FONT=monospace][I]);
[/I][/FONT][/COLOR][COLOR=#0000BB][FONT=monospace][I]$thelength [/I][/FONT][/COLOR][COLOR=#007700][FONT=monospace][I]= [/I][/FONT][/COLOR][COLOR=#0000BB][FONT=monospace][I]25[/I][/FONT][/COLOR][COLOR=#007700][FONT=monospace][I];
$shortentitle = [/I][/FONT][/COLOR][COLOR=#0000BB][FONT=monospace][I]substr[/I][/FONT][/COLOR][COLOR=#007700][FONT=monospace][I]([/I][/FONT][/COLOR][COLOR=#0000BB][FONT=monospace][I]$thetitle[/I][/FONT][/COLOR][COLOR=#007700][FONT=monospace][I], [/I][/FONT][/COLOR][COLOR=#0000BB][FONT=monospace][I]0[/I][/FONT][/COLOR][COLOR=#007700][FONT=monospace][I], [/I][/FONT][/COLOR][COLOR=#0000BB][FONT=monospace][I]$thelength[/I][/FONT][/COLOR][COLOR=#007700][FONT=monospace][I]);
if ([/I][/FONT][/COLOR][COLOR=#0000BB][FONT=monospace][I]$getlength [/I][/FONT][/COLOR][COLOR=#007700][FONT=monospace][I]> [/I][/FONT][/COLOR][COLOR=#0000BB][FONT=monospace][I]$thelength[/I][/FONT][/COLOR][COLOR=#007700][FONT=monospace][I])
[/I][/FONT][/COLOR][COLOR=#007700][FONT=monospace][I]$[/I][/FONT][/COLOR][COLOR=#007700][FONT=monospace][I]shortentitle [/I][/FONT][/COLOR][COLOR=#007700][FONT=monospace][I].= "...."[/I][/FONT][/COLOR][COLOR=#007700][FONT=monospace][I];
[/I][/FONT][/COLOR]
[COLOR=#0000BB][FONT=monospace]$postheader [/FONT][/COLOR][COLOR=#007700][FONT=monospace].= [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'<h3 class="entry-title"><a href="' [/FONT][/COLOR][COLOR=#007700][FONT=monospace]. [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]get_permalink[/FONT][/COLOR][COLOR=#007700][FONT=monospace]() . [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'" rel="bookmark">'[/FONT][/COLOR][COLOR=#007700][FONT=monospace]. $[/FONT][/COLOR][COLOR=#007700][FONT=monospace][I]shortentitle[/I][/FONT][/COLOR][COLOR=#007700][FONT=monospace] .[/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'</a></h3>'[/FONT][/COLOR][COLOR=#007700][FONT=monospace]; [/FONT][/COLOR]
Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.
Contact us