View Single Post
Old 01-09-2008, 05:20 PM  
TheDoc
Too lazy to set a custom title
 
TheDoc's Avatar
 
Industry Role:
Join Date: Jul 2001
Location: Currently Incognito
Posts: 13,827
Add the query posts showposts, to force the number of excerpts to display, allowing you to be different than the main blog.

Code:
<?php query_posts('showposts=6'); if (have_posts()) : while (have_posts()) : the_post(); ?>
this creates an excerpt post on any template
Code:
<?php echo strip_tags(apply_filters('the_content', get_the_excerpt())); ?>
__________________
~TheDoc - ICQ7765825
It's all disambiguation
TheDoc is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote