pershin (December 29th, 2011)
pershin (December 29th, 2011)
<?php $tcontent = strip_tags( get_the_content() ); if ( mb_strlen( $tcontent ) >= 165 ) echo mb_substr( $tcontent, 0, 165 ).'...'; else echo $tcontent; ?>
pershin (December 29th, 2011)
There are currently 1 users browsing this thread. (0 members and 1 guests)