Forums

insert the_excerpt in recent post (3 posts)

  1. riple
    Member
    Posted 2 years ago #

    hello all,
    anybody help me to show the_excerpt() in recent post on my sidebar?
    thanks for help

  2. grvpande
    Member
    Posted 2 years ago #

    I think that the_excerpts works within the wordpress loop.

  3. vacmedia
    Member
    Posted 2 years ago #

    you can use like this

    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>

    <?php the_excerpt(); ?>

    <?php endwhile; endif; ?>

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags