Sillybean

Post and Page Excerpt Widgets

Creates widgets that display excerpts from posts or pages in the sidebar. You may use ‘more’ links and/or link the widget title to the post or page. Based on Milan Petrovic’s Multi Instance Widget. Requires Page Excerpt or Excerpt Editor for page excerpts. Supports the_excerpt Reloaded and Advanced Excerpt.

Download »

Report problems using the support forum »



If you’d rather not use a widget, here’s the more or less equivalent code for your template (which does not require you to install this plugin).

For pages:

// page title
echo = 'ID).’”>’.the_title().’‘;
// custom Loop
$post_query = new WP_Query(‘p=’.$post->ID);
while ($post_query->have_posts()) : $post_query->the_post();
// the excerpt of the page
if (function_exists(‘the_excerpt_reloaded’))
the_excerpt_reloaded(100, ‘