forked from LiveCarta/LiveCartaWP
wordpress config + law-/live- carta themes
This commit is contained in:
23
htdocs/wp-content/themes/lawcarta/page_white.php
Normal file
23
htdocs/wp-content/themes/lawcarta/page_white.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
/**
|
||||
* Template Name: White Page
|
||||
*/
|
||||
|
||||
get_header();
|
||||
|
||||
if (have_posts()):
|
||||
while (have_posts()):
|
||||
the_post();
|
||||
?>
|
||||
|
||||
<div class="wrapper white">
|
||||
<article class="promo">
|
||||
<?= the_content(); ?>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
endwhile;
|
||||
endif;
|
||||
|
||||
get_footer();
|
||||
Reference in New Issue
Block a user