starting search

This commit is contained in:
prospect
2024-01-17 07:05:07 -05:00
parent 0bf417dcab
commit e28c22fe22
49 changed files with 224 additions and 848 deletions

View File

@@ -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 }
}
}