• Resolved jose

    (@dkozar)


    Is it possible to show the excerpt for a known and single post (on the Home Page) while in the loop?

    I tried each of these and none of them work:

    <?php echo the_excerpt(’10’); ?>
    <?php echo the_excerpt(10); ?>
    <?php $theExcerpt = get_the_excerpt(’10’); echo $theExcerpt; ?>
    <?php $theExcerpt = get_the_excerpt(10); echo $theExcerpt; ?>

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘How to Display a Single Post Excerpt’ is closed to new replies.