internal pages completed
This commit is contained in:
6
page.php
6
page.php
@@ -19,13 +19,13 @@ get_header(); ?>
|
||||
|
||||
<?php get_template_part('/templates/partials/page_header'); ?>
|
||||
|
||||
<div class="my-4 px-4 text-center">
|
||||
<!-- <div class="my-4 px-4 text-center">
|
||||
<h2 class="font-medium underline uppercase">Overview</h2>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<!-- Page Editor Content -->
|
||||
<div class="prose max-w-7xl mx-auto">
|
||||
<?php the_content(); ?>
|
||||
<?php /** the_content(); */ ?>
|
||||
</div>
|
||||
|
||||
<?php get_template_part('/templates/top-level/' . $pageSlug); ?>
|
||||
|
Reference in New Issue
Block a user