starting search
This commit is contained in:
11
page.php
11
page.php
@@ -23,12 +23,6 @@ get_header(); ?>
|
||||
<h2 class="font-medium underline uppercase">Overview</h2>
|
||||
</div>
|
||||
|
||||
<!-- Page Editor Content -->
|
||||
<div class="prose max-w-7xl mx-auto">
|
||||
<?php /** the_content(); */ ?>
|
||||
</div>
|
||||
|
||||
<?php get_template_part('/templates/top-level/' . $pageSlug); ?>
|
||||
<p class="font-medium px-4 lg:text-center"><?php echo get_field('description', $pageID); ?></p>
|
||||
<?php get_template_part('/templates/partials/subcategory_cards'); ?>
|
||||
|
||||
@@ -48,10 +42,7 @@ get_header(); ?>
|
||||
<div class="max-w-7xl mx-auto">
|
||||
<?php get_template_part('/templates/internal/' . $pageSlug); ?>
|
||||
</div>
|
||||
<!-- Page Editor Content -->
|
||||
<div class="prose max-w-7xl mx-auto">
|
||||
<?php /** the_content(); */ ?>
|
||||
</div>
|
||||
|
||||
<?php }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user