• I am trying to make a sidebar which has the latest 3 news entries with a short excerpt in synopsis. I am using the following code to no avail.

    <?php wp_get_archives('type=postbypost&limit=3&after='.the_excerpt().''); ?>

    Please could somebody point me in the right direction.

    Thanks

  • The topic ‘News items in sidebar won't display excerpt.’ is closed to new replies.