forked from LiveCarta/LiveCartaWP
wordpress config + law-/live- carta themes
This commit is contained in:
21
htdocs/wp-content/themes/lawcarta/page.php
Normal file
21
htdocs/wp-content/themes/lawcarta/page.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
get_header();
|
||||
|
||||
if (have_posts()):
|
||||
while (have_posts()):
|
||||
the_post();
|
||||
?>
|
||||
|
||||
<div class="top-panel empty"></div>
|
||||
<div class="cont back-white">
|
||||
<div class="text-page">
|
||||
<h1><?php the_title(); ?></h1>
|
||||
<?php the_content(); ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
endwhile;
|
||||
endif;
|
||||
|
||||
get_footer();
|
||||
Reference in New Issue
Block a user