starting technical seo
This commit is contained in:
5
page.php
5
page.php
@@ -19,9 +19,9 @@ get_header(); ?>
|
||||
|
||||
<?php get_template_part('/templates/partials/page_header'); ?>
|
||||
|
||||
<!-- <div class="my-4 px-4 text-center">
|
||||
<div class="p-4 text-center">
|
||||
<h2 class="font-medium underline uppercase">Overview</h2>
|
||||
</div> -->
|
||||
</div>
|
||||
|
||||
<!-- Page Editor Content -->
|
||||
<div class="prose max-w-7xl mx-auto">
|
||||
@@ -29,6 +29,7 @@ get_header(); ?>
|
||||
</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'); ?>
|
||||
|
||||
<?php }
|
||||
|
Reference in New Issue
Block a user