Skip to content

Instantly share code, notes, and snippets.

@RiodeJaneiroo
Created October 12, 2018 15:39
Show Gist options
  • Save RiodeJaneiroo/f08c34e1c840e1cb6814c426b5db7a0e to your computer and use it in GitHub Desktop.
Save RiodeJaneiroo/f08c34e1c840e1cb6814c426b5db7a0e to your computer and use it in GitHub Desktop.
[Basic loop – wordpress] wordpress basic loop #wordpress #loop
<?php while ( have_posts() ) : the_post(); ?>
<?php endwhile;?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment