Skip to content

Instantly share code, notes, and snippets.

@sarah-hunter
Created July 23, 2015 01:19
Show Gist options
  • Save sarah-hunter/ba30b1b51d7615782fad to your computer and use it in GitHub Desktop.
Save sarah-hunter/ba30b1b51d7615782fad to your computer and use it in GitHub Desktop.
<?php while ( have_posts() ) : the_post(); ?>
<div><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></div>
<?php endwhile; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment