Created
October 12, 2018 15:39
-
-
Save RiodeJaneiroo/f08c34e1c840e1cb6814c426b5db7a0e to your computer and use it in GitHub Desktop.
[Basic loop – wordpress] wordpress basic loop #wordpress #loop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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