forked from LiveCarta/LiveCartaWP
promo pages
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user