WordPress: Query Post
<?php query_posts("showposts=4&cat=1"); ?> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> //////////////////////////// <?php endwhile; endif; ?> <?php wp_reset_query(); ?>