promo pages

This commit is contained in:
Jerryby
2019-02-14 14:06:28 +03:00
parent 6f49c63bb6
commit 964e607936
56 changed files with 662 additions and 1977 deletions

View File

@@ -4,12 +4,18 @@
*/
get_header();
?>
if (have_posts()):
while (have_posts()):
the_post();
the_content();
endwhile;
endif;
<div class="content no-pb">
<?php
if (have_posts()):
while (have_posts()):
the_post();
the_content();
endwhile;
endif;
?>
</div>
<?php
get_footer();