Skip to content

Instantly share code, notes, and snippets.

@bilalmalkoc
Last active August 31, 2019 13:58
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 bilalmalkoc/7b55f1f52af1b3f3402e0cba344bbbb6 to your computer and use it in GitHub Desktop.
Save bilalmalkoc/7b55f1f52af1b3f3402e0cba344bbbb6 to your computer and use it in GitHub Desktop.
<?php if ( have_posts() ) : ?>
<div class="hfeed">
<?php while ( have_posts() ) : the_post(); ?>
<article id="post-<?php the_ID() ?>" class="<?php post_class() ?>">
<!-- ... -->
</article>
<?php endwhile; ?>
</div>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment