• I want to display only a part of my the_excerpt .. lets say .. first seventy characters ..

    shouldnt this work ..

    <?php
        $big=the_excerpt();
        echo $small=substr($big,0,70);
        ?>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘displaying first 70 characters from the_excerpt?’ is closed to new replies.