Skip to content

Instantly share code, notes, and snippets.

@vishalbandre
Last active February 27, 2016 05:33
Show Gist options
  • Save vishalbandre/362116bf02f8bbb8d93d to your computer and use it in GitHub Desktop.
Save vishalbandre/362116bf02f8bbb8d93d to your computer and use it in GitHub Desktop.
<ul id="content">
<?php if(have_posts()): while(have_posts()): the_post(); ?>
<?php get_template_part('content', get_post_format()); ?>
<?php endwhile; endif; ?>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment