Return to Snippet

Revision: 56990
at April 28, 2012 05:20 by lolitaloco


Initial Code
<?php $args = array(); query_posts($args); ?>
<?php if(have_posts()) : ?>
    <?php while(have_posts()) : the_post(); ?>
    <?php endwhile; ?>
<?php endif; wp_reset_query; ?>

Initial URL


Initial Description


Initial Title
Loop: query_posts

Initial Tags
wordpress

Initial Language
PHP