Skip to content

Instantly share code, notes, and snippets.

@WebCulT
Created June 5, 2019 15:04
Show Gist options
  • Save WebCulT/86ffd21c374c777ccad8b3172dd0284b to your computer and use it in GitHub Desktop.
Save WebCulT/86ffd21c374c777ccad8b3172dd0284b to your computer and use it in GitHub Desktop.
Wordpress loop
<?php if( have_posts() ) : while( have_posts() ) : the_post(); ?>
<?php endwhile; ?>
<?php else: ?>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment