• riple

    (@riple)


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

Viewing 2 replies - 1 through 2 (of 2 total)
  • grvpande

    (@grvpande)

    I think that the_excerpts works within the wordpress loop.

    vacmedia

    (@vacmedia)

    you can use like this

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

    <?php the_excerpt(); ?>

    <?php endwhile; endif; ?>

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘insert the_excerpt in recent post’ is closed to new replies.