Skip to content

Instantly share code, notes, and snippets.

@twentyfortysix
Last active November 20, 2017 01:55
Show Gist options
  • Save twentyfortysix/4af344703eeb8436eb29 to your computer and use it in GitHub Desktop.
Save twentyfortysix/4af344703eeb8436eb29 to your computer and use it in GitHub Desktop.
WP - basic loop
if ( have_posts() ) :
while ( have_posts() ) : the_post();
endwhile;
endif;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment