Created
December 16, 2017 07:27
-
-
Save kharakhordindemo/9a294ac1e8a2afb3d89d9bf6eee4aced to your computer and use it in GitHub Desktop.
loop
This file contains 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 if (have_posts()) : while (have_posts()) : the_post(); ?> | |
<!-- код сюда --> | |
<?php endwhile; endif; ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment