Skip to content

Instantly share code, notes, and snippets.

@monoooki
Created June 7, 2011 03:30
Show Gist options
  • Save monoooki/1011630 to your computer and use it in GitHub Desktop.
Save monoooki/1011630 to your computer and use it in GitHub Desktop.
wordpress loop desu.
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment