first commit
This commit is contained in:
26
wp-content/themes/aac/template-page-clean.php
Normal file
26
wp-content/themes/aac/template-page-clean.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
/*
|
||||
Template Name: Clean Page
|
||||
*/
|
||||
|
||||
get_header();
|
||||
?>
|
||||
|
||||
<main id="primary" class="site-main clean-page-template">
|
||||
<header class="entry-header">
|
||||
<div class="container">
|
||||
<div class="entry-header--wrapper">
|
||||
<?php the_title( '<h1 class="entry-title">', '</h1>' ); ?>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="container">
|
||||
<div class="site-main--wrapper">
|
||||
<?php the_content(); ?>
|
||||
</div>
|
||||
</div>
|
||||
</main><!-- #main -->
|
||||
|
||||
<?php
|
||||
get_footer();
|
||||
Reference in New Issue
Block a user