Skip to content

Instantly share code, notes, and snippets.

@hitautodestruct
Created February 4, 2014 09:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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