Skip to content

Instantly share code, notes, and snippets.

@kharakhordindemo
Created December 16, 2017 07:27
Show Gist options
  • Save kharakhordindemo/9a294ac1e8a2afb3d89d9bf6eee4aced to your computer and use it in GitHub Desktop.
Save kharakhordindemo/9a294ac1e8a2afb3d89d9bf6eee4aced to your computer and use it in GitHub Desktop.
loop
<?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