Skip to content

Instantly share code, notes, and snippets.

@hitautodestruct
Created February 4, 2014 09:48
Show Gist options
  • Save hitautodestruct/8800789 to your computer and use it in GitHub Desktop.
Save hitautodestruct/8800789 to your computer and use it in GitHub Desktop.
<ul>
<?php if(have_posts()): while(have_posts()): the_post();
?><li><?php the_title(); ?></li><?php
endwhile; endif; ?>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment