Skip to content

Instantly share code, notes, and snippets.

@melissacabral
Forked from monoooki/wordpress loop
Created November 7, 2012 16:59
Show Gist options
  • Save melissacabral/4032959 to your computer and use it in GitHub Desktop.
Save melissacabral/4032959 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