Skip to content

Instantly share code, notes, and snippets.

@AlexL-JWA
Created July 18, 2018 08:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlexL-JWA/f4c7cef797bc67e712883cbb888ef76b to your computer and use it in GitHub Desktop.
Save AlexL-JWA/f4c7cef797bc67e712883cbb888ef76b to your computer and use it in GitHub Desktop.
стандартный вывод контента WP
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<?php the_content();?>
<?php endwhile; ?>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment