Viewing 1 replies (of 1 total)
  • Try:

    <?php
    global $post;
    $excerpt = strip_tags($post->post_content);
    echo substr($excerpt,0,40)."...";
    ?>

    Replace “the_content()” functions in your template for this code.

Viewing 1 replies (of 1 total)
  • The topic ‘Syndicated Posts Shows "Full" article and not "Excerpt"’ is closed to new replies.