Revision: 37591
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at December 13, 2010 06:53 by rliverman
Initial Code
<?php query_posts('posts_per_page=5'); ?> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <?php endwhile; else: ?> <?php endif; ?> <?php wp_reset_query(); ?>
Initial URL
Initial Description
Initial Title
Basic Query Post
Initial Tags
post, wordpress, query
Initial Language
PHP