<?php query_posts('cat=5'); ?><?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <?php the_content(); ?><?php endwhile; endif; ?>
Thanks.
<?php query_posts('cat=5'); ?><?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<?php the_content(); ?>
<?php endwhile; endif; ?>
Just gotta find the id of the category you're looking to show.